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


Please Help Members By Posting Answers For Below Questions

What is meant by server side scripting?

523


Explain diff. Betn dataset and recordset?

554


What is the advantage of using Windows authentication in a Web application?

563


Can you explain the basic use of dataview?

624


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

568






What is cross page posting? How is it done?

555


Is asp.net 64-bit enabled? How?

591


What is asp.net and its advantages?

551


What are the different types of cookies in asp.net?

525


Why session is used in asp.net?

533


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

511


Explain the boxing and unboxing concept in .net?

392


Distinguish between Server-side and Client-side code?

554


What is a session in asp.net?

541


How would you get asp.net running in apache web servers?

544