1.

Which Are The Two Methods Used For Cross Domain Ajax Calls?

Answer»

There are two methods USED to TRANSFER DATA between the two more more SECURITY domains:
CORS – Cross Origin Resource Sharing and it WORKS with the HTTP web browsers
JSONP – JSON with Padding which works with the HTTP GET and on legacy browsers

There are two methods used to transfer data between the two more more security domains:
CORS – Cross Origin Resource Sharing and it works with the HTTP web browsers
JSONP – JSON with Padding which works with the HTTP GET and on legacy browsers



Discussion

No Comment Found