What is the difference between HTTP-Post and HTTP-Get ?
Answer Posted / 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 View All Answers
What is comparevalidator?
Who generates session id?
How to find out what version of asp.net I am using on my machine?
In order to get assembly info which namespace we should import?
How do you secure your connection string information?
What is a 307 redirect?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is the difference between asp.net and mvc?
What is latest version of asp.net mvc? : Asp.Net MVC
What is session mode in asp.net?
What does mvc represent in asp.net? : asp.net mvc
Where session id is stored?
What is a web farm?
What are custom user controls in asp.net?
Describe the differences between the lifecycles of Windows services and Standard EXE?