Which request is better, Get or Post?



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

Post New Answer

More AJAX Interview Questions

Can ajax be implemented in browsers that do not support the xmlhttprequest object?

0 Answers  


What is synchronous request in ajax?

0 Answers  


What browsers support ajax?

0 Answers  


In ajax does the client or the sever have the control?

0 Answers  


Define json?

0 Answers  






How do we abort the current xmlhttprequest in ajax?

0 Answers  


What is the asp.net ajax framework? What versions have been released so far?

0 Answers  


What is asp.net ajax? : asp.net ajax

0 Answers  


What is json? : asp.net ajax

0 Answers  


Does load runner support ajax apps?

0 Answers  


What are the difference between server-side ajax framework and client-side ajax framework?

0 Answers  


What are the advantages and Disadvantage of Ajax?

0 Answers  


Categories