Difference between GET and POST? Which is used when?
Answer Posted / soorai ganesh
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
How can you disable the browser to view the code?
i want question papers of ASP
What is difference between aspx and ascx?
How to handle error in asp
Explain what are the methods in session object in asp?
What is http header?
Define text stream object?
What do you need to run asp?
What are the components of asp?
What are shared assemblies?
What is meant by cookies? Explain the main features?
How do I view an aspx file?
Explain the post & get method?
What are the stored procedures?
when we use ajax in.net