viralvaghela / flutter_insta

Package to get details of the Instagram user and download reels video.
https://pub.dev/packages/flutter_insta
MIT License
61 stars 39 forks source link

Access to XMLHttpRequest at "" has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. #34

Open pelusodan opened 1 year ago

pelusodan commented 1 year ago

Attempting to use this library in my website, and it was super easy to use except for this issue. I think there potentially needs to be some headers added to the request. I can get around it locally if I add some flags to chrome.dart, but I want anyone who visits my site to see insta content pop up. Is there maybe a workaround for this I am not doing?