Comment on Show HN: JSONP - enable cross-domain requests to any JSON API (w/ AJAX)parentComments−catshirt14yirrelevant really- you can't set the CORS header on a remote API you don't own.−aidanfeldmanOP14ythat'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.
Comments
irrelevant really- you can't set the CORS header on a remote API you don't own.
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.