JSONP Question:
Download Questions PDF

Suppose some one says that we do not need to use JSONP then?

JSONP Interview Question
JSONP Interview Question

Answer:

Deciding against using JSONP is directly related to how it works. First of all, the only HTTP method you can use is GET since that is the only method script tags support. This immediately eliminates the use of JSONP as an option to interact with nice RESTful APIs that use other HTTP verbs to do fun stuff like CRUD.

Download JSONP Interview Questions And Answers PDF

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