0 votes
in AJAX by
Give methods for cross domain AJAX call.

1 Answer

0 votes
by

There are 2 methods

  • CORS (Cross Origin Resource Sharing)
  • JSONP (JavaScript Object Notation with Padding)
...