what is JSONP?



what is JSONP?..

Answer / Situ Singh

JSONP (JSON with Padding) is a technique for making web pages retrieve data from a server in a manner similar to the JSON-P AJAX technique, but without requiring any specific cross-domain communication support. Instead of using a traditional XMLHttpRequest or fetch call, JSONP relies on a script tag that calls a function with a JSON response as an argument. This allows for bypassing same-origin policy restrictions and enabling cross-domain data exchange.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSON Interview Questions

What does object.create do?

1 Answers  


what is the difference between JSON and JSONP?

1 Answers  


What is json-rpc? List some features of json-rpc-java?

1 Answers  


what is JSON?

1 Answers  


What is a json database?

1 Answers  


What are the JSON Tools for Java Developer?

1 Answers  


What does bson stand for?

1 Answers  


What are different ways to create objects?

1 Answers  


What is json code?

1 Answers  


Is json rest or soap?

1 Answers  


What is serialization in javascript?

1 Answers  


Explain JSON Objects?

1 Answers  


Categories