Comment on Show HN: JSONP - enable cross-domain requests to any JSON API (w/ AJAX)parentComments−lunaru14yAnd in case anyone is wondering, that's how the Easier option is implemented (CORS), whereas the Easy option is just JSONP.OP could probably make it more explicit since it's not just a JSONP service, but also a CORS relay.
Comments
And in case anyone is wondering, that's how the Easier option is implemented (CORS), whereas the Easy option is just JSONP.
OP could probably make it more explicit since it's not just a JSONP service, but also a CORS relay.