Difference between Htttppost and Httpget Methods?

Answer Posted / shashikesh

As their names imply, both HTTP GET and HTTP POST use HTTP
as their underlying protocol. Both of these methods encode
request parameters as name/value pairs in the HTTP request.
The GET method creates a query string and appends it to the
script’s URL on the server that handles the request.
The POST method creates a name/value pairs that are passed
in the body of the HTTP request message.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is asp.net still used?

796


what is AutoEventWireUp and what is the use of This property explain in details?

1380


What is the difference between user control and custom control?

743


What events will occur when a page is loaded?

846


Can more than one person use the same login?

765


What is a web farm?

791


Explain the difference between dataset and datareader.

786


What is the difference between web config and machine config files?

803


What is bson in web api?

832


How to implement form based authentication in asp.net application?

835


Why is it preferred to not use finalize for clean up?

766


i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

1771


What is postback and autopostback in asp.net?

782


What are the best practices to follow to secure connection strings in an ASP.NET web application?

799


When was asp.net released?

780