I'm trying to get some urls images from an external resource.
Everytime I try I get a CORS error:
I have been looking for a solution but nothing seems to work. Tried the http-proxy-middleware library and some more. The last thing I tried was to add the proxy property to my package.json file:
"version": "0.1.0",
"proxy": "https://scontent-mad2-1.cdninstagram.com",
"private": true,
but seems like it is not working neither.
Any ideas?