It can be managed in web configure using “System. Web”
properties. I will mention some of below items .
<httpRuntime maxQueryStringLength="1500" />
<httpRuntime maxRequestLength="1500" maxUrlLength="1500" />
-
And also depends upon the browser capabilities.
-
2006-10-13: Although the specification of the HTTP
protocol does not specify any maximum length, practical limits are imposed by
web browser and server software
-
Microsoft Internet Explorer (Browser) -2,083
character but we can used only 2,048 character other character can’t consider
Http protocol they can provide clear error message.
-
Firebox (Browser) - 65,536 characters
-
Safari (Browser) -80,000
-
Opera (Browser) -At least 190,000
Samples:
It can be used “?” end of Url and start with u query string
name and value,
field1=value1&field2=value2&field3=value3...
0 comments:
Post a Comment