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 deff. saop and disco?

1 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   HCL, Wipro,


How u refer webservices?

0 Answers   Microsoft,


What is difference between session and viewstate?

0 Answers  


Can the action attribute of a server-side tag be set to a value and if not how can you possibly pass data from a form page to a subsequent page?

1 Answers  






How To Authenticate Your Web service??

1 Answers  


What do you mean by View State and what is its role?

0 Answers   Wipro,


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


Difference between ASP Session and ASP.NET Session?

2 Answers  


Suggest 3 best practices in detail for for Developing High Performance Web and Enterprise Applications

2 Answers   Techno Solutions,


What does aspnet_regiis -i do ?

1 Answers  


What are the different types of sessions in asp.net?

0 Answers  


Categories