JSONP: Scripts for Cross-Domain Data Queries
The same-origin policy (SOP) prevents client-side scripting languages, such as JavaScript, from accessing objects located on another URL that are not part of the running internet application. A convenient way to perform this cross-domain query regardless is through the JSON application JSONP. We explain what exactly this involves and how this method works.