[Zope] Very long URLs

Thomas B. Passin tpassin@mitretek.org
Tue, 3 Jul 2001 10:54:45 -0400


[<belen@netcom.no>]

> I have a problem I cannot find out how to sort it out. In my system I
> end up having very long urls. Due to the characteristics of our system
> many parameters are passed via links and the contents of those
> parameters are quite long by themselves.
>
> I try to make the target of my link get the parameters but without
> these parameters being part of the URL. So when I click on the link the
> values are available to the new accessed document.
>

Show an example of one of these urls (or part of one if it's too long).
Chances are that the parameters are available as variables in the
REQUEST.form dictionary, unless you are doing something unusual.

Cheers,

Tom P