Which request is better with ajax, get or post?



Which request is better with ajax, get or post?..

Answer / Prashant Rawat

In general, for creating and updating data on the server, POST requests are preferred because they send data to the server as part of the body. GET requests should be used only for retrieving data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AJAX Interview Questions

Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?

1 Answers  


Why do we use the updateprogress control in ajax? : asp.net ajax

1 Answers  


How was ajax killed?

1 Answers  


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

1 Answers  


What are the technologies used by ajax?

1 Answers  


What are the advantages of Ajax?

1 Answers  


What is the response time when using ajax?

1 Answers  


Where should I start?

1 Answers  


What are ajax limitations?

1 Answers  


How do I send an image using ajax?

1 Answers  


What is use of Update Panel control in Ajax toolkit?

1 Answers   Viscus Infotech,


Is ajax an api?

1 Answers  


Categories