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 |
What does object.create do?
what is the difference between JSON and JSONP?
What is json-rpc? List some features of json-rpc-java?
what is JSON?
What is a json database?
What are the JSON Tools for Java Developer?
What does bson stand for?
What are different ways to create objects?
What is json code?
Is json rest or soap?
What is serialization in javascript?
Explain JSON Objects?