Missing CORS headers

Avatar image for woubuc
woubuc

4

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

I'm running into issues when making requests from a webpage. Because the API (or at least the search route) hasn't added any CORS headers, the browser blocks all requests.

Can CORS headers be added?

Avatar image for nhack001
nhack001

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

Did you get the answer for it?

Avatar image for msvargas
msvargas

1

Forum Posts

0

Wiki Points

0

Followers

Reviews: 0

User Lists: 0

You can use this heroku proxy

example:

https://cors-anywhere.herokuapp.com/https://www.comicvine.com/api

demo: https://robwu.nl/cors-anywhere.html