Click to See Complete Forum and Search --> : Difference between Post and Get methods


pvenkata
01-12-2003, 04:28 AM
Hi all !

I got a small basic doubt on POST and GET methods of HTTP protocol.

As per i know, HTTP protocol prepares the REQUEST and RESPONSE Objects for offering any service between client and server.

What difference will be there in a Request object if the method is POST and when the method is GET ?

Thanks in advance,
Praveen Kumar CH.V

Stefan
01-12-2003, 07:21 AM
Originally posted by pvenkata
What difference will be there in a Request object if the method is POST and when the method is GET ?


http://www.w3.org/TR/html4/interact/forms.html#submit-format

pvenkata
01-13-2003, 12:18 AM
Thanks for the reply.

Praveen kumar

cssrules
01-17-2003, 08:11 PM
Also POST is significantly larger in size than GET, yet limited to ~100 KB (although there are some work-arounds to get extra KBs)....