Which are the two methods used for cross domain Ajax calls?
Answer / v madhu babu
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
| Is This Answer Correct ? | 0 Yes | 0 No |
Are ajax applications easier to develop than traditional web applications?
What browsers does html_ajax work with?
How do I provide internationalized ajax interactions?
What is the basic goals of AJAX ?
What are the extender controls?
What is ajax and how does it work?
What kinds of applications is ajax best suited for?
Explain the need of the timer control in ajax? : asp.net ajax
Should I use an http get or post for my ajax calls?
Is it true that a xmlhttprequest objects belongs to the w3c standard?
Why is html_ajax having stability issues on some installations?
How can you test the Ajax code?