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 role of the scriptmanagerproxy control? : asp.net ajax
What is synchronous request in ajax?
Difference between server-side ajax framework and client-side ajax framework?
Is adaptive path selling ajax components or trademarking the name? Where can I download it?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
What is the difference between synchronous postback and asynchronous postback? : asp.net ajax
Is ajax considered a programming language?
What is asp.net ajax? : asp.net ajax
Should I use an http get or post for my ajax calls?
Is ajax still in use?
what is the active x dll used for ajax. explain y we use ajax?
Techniques for asynchronous server communication have been around for years. What makes ajax a "new" approach?