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
Disable browser cache for entire ASP.NET website?
If 200 is for all successful operation then why do we have 201 response codes?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Does asp.net still recognize the global.asa file?
Do you support digital rights management to protect my videos?
What is a SESSION and APPLICATION object?
Why is it preferred to not use finalize for clean up?
How can we register exception filter from the action?
Where sessions are stored?
Explain login controls.
What are the different types of sessions in asp.net? Name them?
What is the extension of master page in asp.net?
Does web services support data reader like pom project?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What are session state modes?