Re: HTTP GET

Hi Frederik!
> 
> Hi,
> It depends on the implementation
> 
> To quote rfc 2616 (HTTP/1.1) :
> 
> The HTTP protocol does not place any a priori limit on the
> length of a URI. Servers MUST be able to handle the URI of
> any resource they serve, and SHOULD be able to handle URIs
> of unbounded length if they provide GET-based forms that
> could generate such URIs. A server SHOULD return 414
> (Request-URI Too Long) status if a URI is longer than the
> server can handle (see section 10.4.15).
>
> Note: Servers ought to be cautious about depending on URI
> lengths above 255 bytes, because some older client or proxy
> implementations might not properly support these lengths.

I heard something about a max length of 1024 characters.
But all Apaches I have here work without any problem with
longer URIs.

But the IE 4.01 has problems with longer URIs.

Atentamente
 Stephan Bergmann

Orange Web Services, S.L.  Spain  mailto:sb@ows.es  http://www.ows.es
Phone: +34.902.347.328 Fax: +34.96.540.1669 Emergency: +34.606.444907

Received on Friday, 15 June 2001 15:38:37 UTC