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
Where is the view state data stored?
What is active web page?
What is recordset asp?
What are the three parts of an http response?
Explain the difference between or and orelse?
What r the asp.net list controls and difference between them?
How would you create a permanent cookie?
Explain about Application and Session Events ?
What are the navigation ways between pages available in ASP.NET?
Explain diff. Betn dataset and recordset?
What are the event handlers that we can have in global.asax file?
Difference between web user control and web custom control?
Explain page output caching?
How do I use response redirect?
Is asp.net and .net same?