1.

What are the two well-known methods developers use to handle cross-domain AJAX Calls?

Answer»

Cross-domain CALLING renders the ability to automatically and concurrently access or change data among two or more VARIED SECURITY domains.

  • Cross-Origin Resource Sharing (CROS): It operates with almost all HTTP verbs and most modern web BROWSERS. It also supports error handling better than JSON with padding (JSONP).
  • JSON with padding (JSONP): It operates on HTTP GET verb and specifically in legacy browsers.


Discussion

No Comment Found