Size of Query String
Is there any limit for query string?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted May 28, 2008, 12:52 AM
should be cautious about depending on URI lengths above 255 bytes, because some older client or proxy implementations may not properly support these lengths.
The spec for URL length does not dictate a minimum or maximum URL length, but implementation varies by browser. On Windows:
Opera supports ~4050 characters
IE 4.0+ supports exactly 2083 characters
Netscape 3 -> 4.78 support up to 8192 characters...
Netscape 6 supports ~2000 [characters]...
check out the following URL:
http://classicasp.aspfaq.com/forms/what-is-the-limit-on-querystring/get/url-parameters.html