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 the asp.net ajax framework?
Is json is a programming language?
What will happen with click of browser "back" button among asynchronous requests?
What are the requirements to run asp.net ajax applications on a server?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous? How would this integration look like?
What are the advantages and disadvantages of ajax?
What are synchronous and asynchronous ajax requests?
What kinds of applications is ajax best suited for?
What is the use of the scriptmanager control in ajax? : asp.net ajax
Is the server or the client in control?
Is ajax an api?
What are the tools for debugging ajax applications?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
What is polling in ajax.
Which request is better with ajax, get or post?