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

Is it possible to set session variables from javascript?

0 Answers  


What is the name of the DLL that contains Ajax control tool kit?

1 Answers  


How can we get the state of the requested process? : asp.net ajax

0 Answers  


Describe Ajax With its Implementation Process ? Give an example?

0 Answers   MaxSolPro,


Can ajax technology work on web servers other than iis?

0 Answers  






Who is using ajax?

0 Answers  


is the xmlhttprequest object part of a w3c standard?

0 Answers  


Describe ajax control extender toolkit? : asp.net ajax

0 Answers  


What role of #&& in querystring?

1 Answers  


Which are the knowledge requirements for personal ajax functionality?

0 Answers  


What will happen with click of browser "back" button among asynchronous requests?

0 Answers  


Why does html_ajax hang on some server installs?

0 Answers  


Categories