JSONP Question:

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

Tweet Share WhatsApp

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 PDF Read All 4 JSONP Questions
Previous QuestionNext Question
Why we need to use the JSONP?What is the alternatives of JSONP?