Answer Posted / salil
We use JSON mostly when data exchange to our own server.
We should avoid using JSON when exchanging data from partner
sites. As JSON may contain some malicious script. XML would
be a better option here.
Is This Answer Correct ? | 25 Yes | 7 No |
Post New Answer View All Answers
Why do we use the xmlhttprequest object in ajax?
What are the protocols and forms in ajax?
Is it possible to use multiple scriptmanager controls on a web page? : asp.net ajax
What are the browser versions that ajax is compatible with?
When will html_ajax have a stable release?
What are the different ready states of a request in ajax?
What are the security issues with ajax?
Which are the knowledge requirements for personal ajax functionality?
What are the differences between ajax and javascript? : asp.net ajax
Describe the situations in which ajax should not be used? : asp.net ajax
Differentiate between synchronous and asynchronous ajax requests.
What is the xmlhttprequest object in ajax?
Do we have to use http get/post for the ajax calls?
What are synchronous and asynchronous ajax requests?
When do I use a synchronous versus asynchronous request?