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

How ajax work ?

0 Answers  


When do I use a synchronous versus a asynchronous request?

0 Answers  


Can we use nested update panel in Ajax?

1 Answers  


What is the difference between synchronous postback and asynchronous postback? : asp.net ajax

0 Answers  


What do I do on the server to interact with an ajax client?

0 Answers  






What is ajaxcontrol toolkit?

0 Answers  


Can I use ajax with seam?

0 Answers  


What are the types of send() method used for xmlhttprequest?

0 Answers  


What is use of Update Panel control in Ajax toolkit?

0 Answers   Viscus Infotech,


How do I submit a form or a part of a form without a page refresh?

0 Answers  


What are the browser versions that ajax is compatible with?

0 Answers  


What are the components of the ASP.NET Ajax Client Library?

1 Answers  


Categories