1 Answer
New Answerhere is my post , and i got error i have no idea how to solve this https://code.sololearn.com/WkEpzBIDZj9L/?ref=app
5/2/2020 12:55:22 PM
InsideHeartz1 Answer
New AnswerCORS 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
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message