Which are the two methods used for cross domain Ajax calls?
Answer Posted / 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 |
Post New Answer View All Answers
Which request is better with ajax, get or post?
Can we call server-side code from javascript? : asp.net ajax
When do I use a synchronous versus a asynchronous request?
Explain Ajax polling?
Who is using ajax?
What are limitations of ajax?
How ajax work ?
Did adaptive path help build google's ajax applications?
How can you find out that an ajax request has been completed? : asp.net ajax
How can javascript be debugged?
What is the minimum version of php that needs to be running in order to use html_ajax?
Why do we use the xmlhttprequest object in ajax? : asp.net ajax
What are the requirements to run asp.net ajax applications on a server?
What is an ajax request?
Are there usability issues with ajax?