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

How to Insert/Add in ASPXgridview

0 Answers   Infosys,


How does the iis work?

0 Answers  


What is the main use of Response.Output.Write()?

4 Answers   Siebel,


What is a web server? What are the load limits in it?

0 Answers   Wipro,


What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

0 Answers  






What is the difference between viewstate and hidden field in asp.net?

0 Answers  


Why is it important to maintain session state?

1 Answers  


What is a multilingual website?

0 Answers  


Explain client side state management system.

0 Answers  


Is oauth for authentication or authorization?

0 Answers  


What is the use of Administration tool in Asp.net 2.0?

2 Answers  


What is viewstate parameter?

0 Answers  


Categories