> When using GET, you can only send a small amount of data (255 bytes?) as
>
> AND WHY IS THIS LIMITATION ANY SPECIFIC REASON?

All information in GET is sent as part of the URL. Some browsers do not
support URLs having length more than 255 characters. hence it is not
advisable to use GET when the URL may exceed more than 255 characters.

regds,
Gokul

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to