JSONP Question:
Download Questions PDF

What is the alternatives of JSONP?

Answer:

The easiest alternative is setting up a proxy to an external API through the same origin as the web application. This can be done pretty easily using tooling built into web servers like Apache and Nginx.

Download JSONP Interview Questions And Answers PDF

Previous QuestionNext Question
Suppose some one says that we do not need to use JSONP then?What is JSONP?