What is the difference between HTTP-Post and HTTP-Get ?



What is the difference between HTTP-Post and HTTP-Get ?..

Answer / nazakat ali

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 ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of mcommand ? mcommand.fill(ds,"orderdetails");

1 Answers   Netsweeper,


• What Session State providers are available in ASP.NET? What are the pros and cons of each?

2 Answers   Infosys,


How many types of triggers are there in update panel?

0 Answers  


What is diff. Between abstract class and an interface?

0 Answers  


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


What is session id in web application?

0 Answers  


What is the usie of activex control in .net?

0 Answers  


What is viewstate information stored?

0 Answers  


What is the difference between ldap and active directory?

0 Answers  


What is asp.net globalization?

0 Answers  


What are the asp.net 2.0 features?

0 Answers  


What base class do all Web Forms inherit from?

1 Answers  


Categories