JSONP Question:

What is JSONP?

JSONP Interview Question
JSONP Interview Question

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 QuestionNext Question
What is the alternatives of JSONP?Why we need to use the JSONP?