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

Explain the updatepanel control? : asp.net ajax

0 Answers  


Which are the knowledge requirements for personal ajax functionality?

0 Answers  


What is asp.net 2.0 ajax?

0 Answers  


What is the use of updatepanel?

0 Answers  


How do I send an image using ajax?

0 Answers  






What is the difference between proxied and proxyless calls in AJAX?

1 Answers  


Is it possible to use fileupload control within the update panel?

0 Answers  


Which are the two methods used for cross domain Ajax calls?

1 Answers  


is package good in ajx?

1 Answers  


Is json is a programming language?

0 Answers  


How does an ajax call work?

0 Answers  


Briefly describe asp.net ajax framework? : asp.net ajax

0 Answers  


Categories