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
What is an ajax request and what is a simple example of where a ajax request would be used?
Does this mean adaptive path is anti-flash?
What about applets and plugins?
What is ajax and how does it work?
Why do you use ajax?
How to handel error in ajax?
What is the xmlhttprequest object in ajax?
What browsers support ajax?
What does the dynamicpopulateextender control do? : asp.net ajax
How do I abort the current xmlhttprequest?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
When do I use a synchronous versus a asynchronous request?
What are the new features of asp.net ajax 4.0? : asp.net ajax
Explain the updatepanel control? : asp.net ajax
What are the different ways to pass parameters to the server? : asp.net ajax