How much data (Max K) can go into a QueryString?
Answer Posted / usha
Servers 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 before causing errors on shut-down, and
Netscape 6 supports ~2000 before causing errors on start-up
http://www.interview-questions.maxmice.com
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are assemblies and namespaces and explain the difference between them ?
What does the hotspot class in .net do?
Disable Mouse right click on web page in asp.net?
Explain page output caching?
How to display Alert in ASP.NET
What is the web.config file in asp?
Explain about secure socket layer?
What are the navigation ways between pages available in ASP.NET?
What is the difference between session object and application object?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is use of Master Page in ASP.NET web pages?
Explain about asp.net caching?
What is difference between view state and session state?