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

I have to send data throug querystring from one page to another. But it should not be displayed in URL. How it is possible?

6 Answers   EMR, Wipro,


difference between caching objects in session objects?

2 Answers  


How to disable disable browser's Back button in asp.net (JavaScript)?

0 Answers   HCL,


Do gac'ed assemblies have fulltrust?

0 Answers  


How to authenticate users using web.config ?

1 Answers   Patni,






What are different types of directives in .NET ?

1 Answers  


suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.

3 Answers  


What are custom user controls in asp.net?

0 Answers  


How many types of Cookies are available in ASP.NET?

0 Answers   MindCracker,


How many classes can a single .NET DLL contain?

2 Answers  


How do you do exception management?

1 Answers   Accenture, BirlaSoft,


How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

0 Answers  


Categories