Answers

Question and Answer:

  Home  JSONP

⟩ What is JSONP?

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.

 148 views

More Questions for you: