Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mike_organon
on May 12, 2012
|
parent
|
context
|
favorite
| on:
Show HN: JSONP - enable cross-domain requests to a...
CORS is more secure than JSONP.
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing
lunaru
on May 12, 2012
|
next
[–]
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.
NameNickHN
on May 12, 2012
|
prev
|
next
[–]
I wanted to use CORS a while ago but without Opera and IE 6 and 7 supporting it, it'll take a while until it will be an alternative to JASONP.
catshirt
on May 13, 2012
|
prev
|
next
[–]
irrelevant really- you can't set the CORS header on a remote API you don't own.
aidanfeldman
on May 14, 2012
|
parent
|
next
[–]
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.
drivebyacct2
on May 12, 2012
|
prev
[–]
More functional too, but it requires complicity from the remote server.
fooyc
on May 12, 2012
|
parent
[–]
JSONP requires complicity from the remote server too
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: