Which are the two methods used for cross domain Ajax calls
Which are the two methods used for cross domain Ajax calls?
There are two methods used to transfer data between the two more more security domains:
- CROS – 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