Answer Posted / v madhu babu
AJAX requests should use an HTTP GET request where the data does not change for a given URL requested.
An HTTP POST should be used when state is updated on the server. This is highly recommended for a consistent web application architecture.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?
Is ajax just another name for xmlhttprequest?
Why did ajax kill himself?
What is the limitation of AJAX ?
Why is html_ajax having stability issues on some installations?
Do I really need to learn javascript before ajax?
Is ajax a framework?
What kinds of applications is ajax best suited for?
What are ajax limitations?
How can we make a mashup with java by accessing other domains data?
How do I submit a form or a part of a form without a page refresh?
What is the importance of client-side libraries? : asp.net ajax
What are the new features included in the microsoft ajax library? : asp.net ajax
What is the minimum version of php that needs to be running in order to use html_ajax?
How do we manage concurrent request?