Difference between Post and Get methods

admin

Administrator
Staff member
Hi all !<br />
<br />
I got a small basic doubt on POST and GET methods of HTTP protocol.<br />
<br />
As per i know, HTTP protocol prepares the REQUEST and RESPONSE Objects for offering any service between client and server.<br />
<br />
What difference will be there in a Request object if the method is POST and when the method is GET ?<br />
<br />
Thanks in advance,<br />
Praveen Kumar CH.V<!--content-->Originally posted by pvenkata <br />
What difference will be there in a Request object if the method is POST and when the method is GET ?<br />
<br />
<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/interact/forms.html#submit-format">http://www.w3.org/TR/html4/interact/for ... mit-format</a><!-- m --><!--content-->Thanks for the reply.<br />
<br />
Praveen kumar<!--content-->Also POST is significantly larger in size than GET, yet limited to ~100 KB (although there are some work-arounds to get extra KBs)....<!--content-->
 
Back
Top