Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »



The limit is dependent on both the server and the client used (and if applicable, also the proxy the server or the client is using).

On servers, the industry practice by most CDNs is to have the limit at 8192 bytes.

On browsers, it varies.

The HTTP 1.1 specs section 3.2.1 provide warning on this topic,

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.

code

...

References

Good response on maximum http request - https://stackoverflow.com/questions/2659952/maximum-length-of-http-get-request


  • No labels