JSONP Question:
Download Questions PDF

What is JSONP?

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.

Download JSONP Interview Questions And Answers PDF

Previous QuestionNext Question
What is the alternatives of JSONP?Why we need to use the JSONP?