How to solve 'Redirect has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header'? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to solve 'Redirect has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header'?

here is my post , and i got error i have no idea how to solve this https://code.sololearn.com/WkEpzBIDZj9L/?ref=app

2nd May 2020, 12:55 PM
T1mun
T1mun - avatar
1 Answer
+ 1
CORS or Cross Origin Ressource Sharing, is a mechanism that gives a specific origin access to the ressources using additional http headers. But your page most likely is not allowed by Instagram, why would they. But you could use cors-anywhere to fix this. Because cors-anywhere injects the necessary headers so you request should not be blocked. For testing purposes you could use the web cors-anywhere demo https://cors-anywhere.herokuapp.com, but when integrating it on your own webpage you should host the service yourself
4th May 2020, 5:37 AM
Jakob Meier
Jakob Meier - avatar