Difference between Htttppost and Httpget Methods?
Answer Posted / shashikesh
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 ? | 14 Yes | 0 No |
Post New Answer View All Answers
How does the cookies work in asp.net?
What are the new login controls in asp.net 2.0?
What is in a session cookie?
Can you explain page lifecycle in net?
What is meant by web application?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
Describe Segmentation With Paging?
What are standard controls?
What is web router?
How is mvc different from asp.net? : Asp.Net MVC
How can you send an email message from an asp.net web page?
How response object is related to asp's response object?
How to use ipostback?
What language does asp.net use?
Why select Web API?