RE: HTTP POST request: maximum allowed data?

2001-11-15 Thread Ion Larranaga
In your example you are not using the POST method. Any time you see a URL with the ? character in it, it means you are sending data with the GET method. The GET method allows parameters, but has a size limitation, as you have seen. If you want to make sure you are using the POST method you have

Re: HTTP POST request: maximum allowed data?

2001-11-15 Thread Sonia Galilea Varea
Hi Ion, Sorry for not having explained well. Just tell you that I already do what you say, so I'm sure I'm using the post method, and Tomcat or the navigator has a maximun lenght even for its post URI... Do you know if there is any way of changing the maximum lenght and which is that maximun