Hi,

Geoff Hutchison wrote:
> There's a limit to the length of a QUERY_STRING on any CGIs when using the
> GET method. I don't remember what the ceiling is.
There is a limit to the length of a URL in the http protocol: 1024
Bytes.
Since with the GET method all Parameters are coded into the URL there is 
a natural limit to this. 
For transfer of more than 1024 Bytes of Data (URL + Parameters incl.
Parameternames)
one should use the PUT method.

Yours, mentos

--
Mentos Hoffmann, Roonstr.17, D-76137 Karlsruhe, Germany
email: [EMAIL PROTECTED]

------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to