Maximum length of Querystring 
Author Message
 Maximum length of Querystring

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



Tue, 05 Mar 2002 03:00:00 GMT  
 Maximum length of Querystring
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

Quote:
> 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



Wed, 06 Mar 2002 03:00:00 GMT  
 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



Thu, 07 Mar 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Maximum URL length for IE5?

2. File name or hyperlink length maximum

3. Maximum URL length for IE5?

4. Mailto Protocol Maximum Length

5. maximum line length of PS files?

6. QueryString length of mail merge datasource.

7. Max length of a querystring

8. what's the length limit of QueryString

9. Querystring Length Constraint

10. Maximum Length of String in VBA

11. Maximum length of a string, temporary field

12. Maximum message body length

 

 
Powered by phpBB® Forum Software