Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category