Hey!

First off your URL is wrong.  It should look more like this
http://www.lolo.com/servlet/myservlet?param=12345663

Second the is a limit on the size of url for GET.  It's size is
implementation dependent.

POST method is not limited as such. It sends it as a data
stream instead of in the string.  You may have to
parse the data yourself.

http://archives.java.sun.com/archives/servlet-interest.html
Check the archive of this list for how to do this.

Sans adieu,
Danny Rubis


Carlos Proal wrote:

>   hi all, anyone know if there is a limit size about the url string ??
>
>   i mean, i want to send something like:
>
>   http://www.lolo.com:8080/servlets/myservletparam=12345663...etc
>
> where this numbers or letters can grow in thousands, so can be any problem
> about this.
>
> if there is a restriction, this only applies to servlets o general urls/cgis
> ??
>
>   thanx a lot
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> ___________________________________________________________________________
> 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

___________________________________________________________________________
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