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
How does html_ajax compare with the xajax project at sourceforge?
Is ajax a framework?
How do we create a thread to do ajax polling?
Is it possible to set session variables from javascript?
What is ajax used for?
Which are limitations of ajax?
What is the difference between json and ajax?
Did adaptive path invent ajax? Did google?
When do I use a synchronous versus asynchronous request?
Is the server or the client in control?
How to handel error in ajax?
What is the disadvantage of ajax?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
What are the difference between server-side ajax framework and client-side ajax framework?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax development? Can ajax applications be made to work for users who have javascript turned off?