Hacker News new | ask | show | jobs
by catshirt 5157 days ago
irrelevant really- you can't set the CORS header on a remote API you don't own.
1 comments

that's kind of the point. CORS just tells the browser to block the response, so this proxies the request and simply changes the headers to avoid that restriction.