JSONP
Also known as: JSON with Padding, Cross-domain JSON
A technique for requesting data from a server in a different domain by using script tags, a workaround for the same-origin policy before CORS became widely supported.
What is JSONP?
A technique for requesting data from a server in a different domain by using script tags, a workaround for the same-origin policy before CORS became widely supported.
JSONP is a key concept within the JSON & Data Interchange domain, commonly referenced alongside terms like JSON with Padding, Cross-domain JSON. Understanding JSONP helps developers, writers, and analysts work more effectively with json & data interchange.
Topic Cluster
JSON & Data InterchangeParent Entity
JSONJSONP is a specialized concept within the broader category of JSON. Learning JSON provides essential context for mastering JSONP.
Related Entities
These related concepts share the same parent category:
Related Tools
Use these tools to apply your knowledge of JSONP in practice:
