JSONP or "JSON with padding" is a complement to the base JSON data format, a pattern of usage that allows a page to request data from a server in a different domain. As a solution to this problem, JSONP is an alternative to a more recent method called Cross-Origin Resource Sharing. Under the same origin policy, a web page served from server1. example. com cannot normally connect to or communicate with a server other than server1. example. com. An exception is the HTML element.

PropertyValue
dbont:abstract
  • JSONP or "JSON with padding" is a complement to the base JSON data format, a pattern of usage that allows a page to request data from a server in a different domain. As a solution to this problem, JSONP is an alternative to a more recent method called Cross-Origin Resource Sharing. Under the same origin policy, a web page served from server1. example. com cannot normally connect to or communicate with a server other than server1. example. com. An exception is the HTML element. Taking advantage of the open policy for elements, some pages use them to retrieve Javascript code that operates on dynamically-generated JSON-formatted data from other origins. This usage pattern is known as JSONP. Requests for JSONP retrieve not JSON, but arbitrary JavaScript code. They are evaluated by the JavaScript interpreter, not parsed by a JSON parser.
dbont:wikiPageExternalLink
dbont:wikiPageWikiLink
dcterms:subject
rdfs:comment
  • JSONP or "JSON with padding" is a complement to the base JSON data format, a pattern of usage that allows a page to request data from a server in a different domain. As a solution to this problem, JSONP is an alternative to a more recent method called Cross-Origin Resource Sharing. Under the same origin policy, a web page served from server1. example. com cannot normally connect to or communicate with a server other than server1. example. com. An exception is the HTML element.
rdfs:label
  • JSONP
foaf:page