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

What is the maximum size of an array in asp?

497


Explain the advantages of using asp?

508


How do I view an asp file?

474


What are the attributes of the tags? What are their functions?

461


How do in-process and cross-process communication work in the common language runtime?

475






Define a dictionary object?

537


How many global.asa files can an application have in asp?

483


What are the stored procedure and why they are needed?

462


How do I open aspx files?

539


How do I open aspx files on windows 10?

509


What is meant by cookies? Explain the main features?

560


Define an application domain?

529


Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...

1838


What is asp contentplaceholder?

496


How we load the page in ASP?

561