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


Please Help Members By Posting Answers For Below Questions

How to refresh an asp page on a single click of a button?

508


How many types of cookies?

517


What is the difference between cshtml and aspx?

535


If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?

496


What is asp and its features?

496






which sdlc model was used for whatsapp?

3039


Define .asp file?

549


How to add? tree view control in datagrid in asp.net using c#?

1760


How do I create an aspx page?

544


What is the default scripting language on the client side?

452


Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?

503


Name the control which would you use if you needed to make sure the values in two different controls matched?

509


Explain the life cycle of asp page.

519


Explain the post & get method?

534


What are the tasks performed by

tags?

532