Answer:
JSONP is a communication technique used in JavaScript programs which run in Web browsers. It provides a method to request data from a server in a different domain, something prohibited by typical web browsers because of the same origin policy.
Previous Question | Next Question |
What is the alternatives of JSONP? | Why we need to use the JSONP? |