Which request is better, Get or Post?
Answer / 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 |
What is the difference between json and ajax?
When not to use JSON?
What parts of the html_ajax api are stable?
What are all the technologies used by Ajax?
What are the controls of the Script Management group?
What are the disadvantages of Ajax?
What are the benefits of ajax?
Do we have to use http get/post for the ajax calls?
Is Ajax said to be a technology platform or is it an architectural style?
How to handle multiple async ajax requests?
What is the use of updatepanel?
Describe the process and benefits of using the always visible control extender?