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 |
Did adaptive path help build google's ajax applications?
What do I do on the server to interact with an ajax client?
What are the types of post back in Ajax?
What are the different ready states of a request in ajax?
Which are the trigger types that we find in update panel?
When should we use a java applet instead of ajax?
What are the difference between server-side ajax framework and client-side ajax framework?
Who's using ajax?
Explain the updatepanel control? : asp.net ajax
Should I use xml or text, javascript, or html as a return type?
What is polling in ajax.
Can we use nested update panel in Ajax?