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
Explain the use of errorprovider control in .net?
What are the different types of validation controls in asp.net?
Explain about asp.net state management?
What are the page life cycle events?
Which namespace is used by ado.net?
Is asp.net mvc front end or backend? : Asp.Net MVC
Explain the different types of assemblies?
Can we have multiple master pages in asp net?
What is the latest version of asp.net?
What is state management technique?
COM+ Used ________________ Isolation Level
Which is faster viewdata or viewbag?
How many types of session state management options available in asp.net?
Explain the disadvantages of viewstate?
What is server side in asp.net?