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 asp.net ajax framework? What versions have been released so far?
Explain fetch api in javascript?
When should we use a java applet instead of ajax?
How do we debug javascript?
How to handel error in ajax?
What are all the different data types that JSON supports?
Explain limitations of ajax.
What are the tools for debugging ajax applications?
What is the asp.net ajax framework?
Does ajax work with java?
How do I handle the back and forward buttons in ajax?
What's the difference in HTML AJAX, ASP.Net AJAX?