JSONP
2 Documents
- SPARCool supports JSONP callbacks | Alexandre Passant
2009-05-20
- from __future__ import * ยป Remote JSON - JSONP
The browser security model dictates that XMLHttpRequest, frames, etc. must have the same domain in order to communicate. That's not a terrible idea, for security reasons, but it sure does make distributed web development suck. There are traditionally three solutions to solving this problem. Local proxy, Flash, Script tag... I'm proposing a new technology agnostic standard methodology for the script tag method for cross-domain data fetching: JSON with Padding, or simply JSONP.
2009-05-20