Which request is better, Get or Post?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax

475


Can we nest the updatepanel controls? : asp.net ajax

536


How do I abort the current xmlhttprequest?

582


What are the advantages and Disadvantage of Ajax?

548


What are the protocols and forms in ajax?

561






When do I use a synchronous versus asynchronous request?

464


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

482


What's the difference in HTML AJAX, ASP.Net AJAX?

2018


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

658


What is ajax and how does it work?

542


What are the technologies used by ajax?

525


Explain the limitations of ajax? : asp.net ajax

493


When should we use a java applet instead of ajax?

600


what is xmlhttprequest?

1848


What are the different controls of asp.net ajax? : asp.net ajax

510