1.

Mention the 2 methods for cross-domain Ajax calls.

Answer»

There are 2 METHODS that helps in TRANSFERRING data between multiple security domains.

  • CORS: Cross-Origin Resource Sharing, which operates through HTTP web browsers.
  • JSONP: JSON with Padding is another technique that operates with LEGACY browsers through the HTTP GET method.


Discussion

No Comment Found