What is the limit on QueryString / GET / URL parameters
|
There is no limit in theory. For HTTP URLs, the HTTP 1.1 specification states:
But in practice, many clients and servers do only support URLs up to a certain length. The thumb of rule is not to use URLs longer than 2000 characters (percent encoding already taken into account). |
||||
|
|
|
There is no defined limit. However, RFC 2068 states:
|
|||
|
|
|
I remember something that the standard defines 1024 bytes for URL's (including query string) but I also read somewhere that Internet Explorer accepts up to 2083 characters. Probably quite browser dependent... |
|||
|
|
