-
-
Notifications
You must be signed in to change notification settings - Fork 128
CORS policy workaround #55
Comments
Implemented in 3.0.1. Highly recommended to set the |
This is because you are doing the requests without a server (referer header). You should try using a web server as it was stated here: jsanahuja/jquery.instagramFeed#117 |
The fix creates a new problem for me: Images don't display and have a URL like this instead: https://lookaside.instagram.com/seo/google_widget/crawler/?media_id=2520798378721076881 |
Please open a new issue with information to reproduce it |
For anyone encountering CORS policy errors, try using this as a host:
'host': "https://images" + ~~(Math.random() * 3333) + "-focus-opensocial.googleusercontent.com/gadgets/proxy?container=none&url=https://www.instagram.com/"
Solution provided by @colinchadwick here jsanahuja/jquery.instagramFeed#103 (comment)
The text was updated successfully, but these errors were encountered: