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 the difference between executescalar and executenonquery?
What is asp.net used for?
Which method do you use to kill explicitly a users session?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Why should i prefer JSP over asp.net or any other web development language..??
List the advantages and disadvantages of user control an custom control?
Explain asp.net web forms.
What are the differnt types of handler in ASP.NET?
Can you explain architecture of your project ?
How to you can limit Access to Web API to Specific HTTP Verb?
What is viewstate? What does the “enableviewstate” property do?
What is the use of session?
What is the difference between adding reference in solution explorer and adding references by using ?
Which protocol is used in a web api?
Define static member?