Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

max length of an url ???

0 views
Skip to first unread message

tipiac

unread,
Feb 26, 2003, 3:22:34 AM2/26/03
to
Hi,
I'm having some problems with a page. It's a php page which generates
a svg. I've to call the page with parameters like
?param1=xxxx&param2=xxx ....

When I call this page wqith juste one param or so, there's no problem,
I gety the svg but when the url I use is more than 90 chars or
something like that, I get the msg you don't have the plugin ...

Can someone explains me where this problem comes from ? (apache conf,
php conf ...) ???

Thanks in advance, I really need it.

Sylvain

Bart Dumon

unread,
Feb 26, 2003, 1:00:19 PM2/26/03
to

"tipiac" <tip...@netcourrier.com> wrote in message
news:8aec826d.03022...@posting.google.com...

> Hi,
> I'm having some problems with a page. It's a php page which generates
> a svg. I've to call the page with parameters like
> ?param1=xxxx&param2=xxx ....
>
> When I call this page wqith juste one param or so, there's no problem,
> I gety the svg but when the url I use is more than 90 chars or
> something like that, I get the msg you don't have the plugin ...

the maximum length of the querystring depends on the version of the
browser, but you shouldn't have any problems with 90 characters.

iow, if i were you i wouldn't worry about the length of the querystring,
the "plugin message" is probably pointing to another problem, you're
probably missing some the svg browser plugin or need to upgrade to
a newer version...


bart

tipiac

unread,
Feb 27, 2003, 3:22:35 AM2/27/03
to
Hi,
In fact, it doesn't come from the length of the url but from the
length of the string representing the parameters ...
Finally, I've done an hidden post form auto sent to pass the args ...

But I still wonder why there was a problem when the parameter string
was too long .......

"Bart Dumon" <ba...@crossbar.net> wrote in message news:<b3ivdm$grt$1...@reader11.wxs.nl>...

0 new messages