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 |
When do I use a synchronous versus asynchronous request?
How to create an ajax website using visual studio?
Which is the purpose for using the scriptmanager?
In what way are proxyless calls different than the proxied calls in ajax?
What are the components of the asp.net ajax architecture? : asp.net ajax
What are ajax controls?
What is the name of the dll that contains the ajax control toolkit?
What are the different ready states of a request in ajax?
Why did ajax kill himself?
is the xmlhttprequest object part of a w3c standard?
Does ajax have significant accessibility or browser compatibility limitations?
Is there any use abilities problems in ajax?