Answer Posted / Gulshan Arya
JSONP (JSON with Padding) is a workaround for cross-domain AJAX requests, which are usually blocked by the Same Origin Policy (SOP).nIt works by having the server wrap JSON data inside a JavaScript function call. The client requests this script from the server, and the JavaScript function automatically receives the JSON data.
| 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