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 asynchronous request in ajax?
What are the extender controls? : asp.net ajax
How we can send more values through the response text?
Does load runner support ajax apps?
How do we create a thread to do ajax polling?
What is the role of scriptmanager in ajax?
What is the syntax to create ajax objects? : asp.net ajax
Do I really need to learn javascript before ajax?
Would we be able to call server-side code from javascript?
How to handle multiple async ajax requests?
We used asynchronous server communication for a long time, what new thing is ajax bringing?
How does one call a javascript function from the ajax code?
Describe the ajax design pattern.
Is there any use abilities problems in ajax?
Why do we need ajax?