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 |
How do we abort the current xmlhttprequest in ajax?
How many update panel can be used per page?
What's the diff b/w destructor and garbage collector?
What does the dynamicpopulateextender control do? : asp.net ajax
Why do we need ajax?
What is the disadvantage of ajax?
How can we handle exception handling in Ajax?
How to create an ajax website using visual studio?
What is the difference between proxied and proxyless calls?
How can we handle concurrent requests?
What is JSON in Ajax?
How to send an ajax request in javascript?