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 |
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
What is synchronous request in ajax?
What browsers support ajax?
In ajax does the client or the sever have the control?
Define json?
How do we abort the current xmlhttprequest in ajax?
What is the asp.net ajax framework? What versions have been released so far?
What is asp.net ajax? : asp.net ajax
What is json? : asp.net ajax
Does load runner support ajax apps?
What are the difference between server-side ajax framework and client-side ajax framework?
What are the advantages and Disadvantage of Ajax?