
Maximum length of Querystring
Carl,
You can run tests that automatically let you know the length of the
QueryString.
Load it up.
On the response end:
<%="Length = " & Len(Request.QueryString%>
Nic Roche
Net Extra
www.extra.net.au
Quote:
> Thanks Nic,
> I guess when I find that there are some values passed but not found in the
> Querystring, that means I've hit the limit, right?
> Carl
> > Carl,
> > Someone may have something concrete.
> > It depends on the method.
> > It varied from 3,000 characters up.
> > Appending to a URL, PUT ...
> > Nic Roche
> > Net Extra
> > www.extra.net.au
> > > Is there a upper limit to the length of a Querystring created by a
FORM
> > > in an ASP file and read by Request.Querystring etc in a subsequest ASP
> > > VBScript page?
> > > Would appreciate some help on this one.
> > > Thanks
> > > Carl