On Mon, Nov 27, 2000 at 01:27:18PM +0200, Neeme Vool wrote:
> 
> 
> 
> 
> > Hello anybody and Gerald!
> >
> > I need the [$ hidden $] directive but this have to put hidden fields to URL
> > For example:
> >
> > Embperl text:
> > <a href="/foo/test.pl?[$hidden$]">
> >
> > But this directive will not work how i know...
> > For this capability i should do like this:
> > use URI;
> >
> > The forming a URI escaped list
> > [- $escmode = 0 -]
> > <a href="/foo/test.pl?[+ escaped uri parameters+]">
> > [- $escmode = 1 -]
> >
> IMHO it's not wise to put everything to the url. This could open some
> unwanted possibilities to badminded users. I always check forms data and

It can suggest ideas to them, but I can't see how it actually gives them
more power to break things? They can always make their own post requests
and submit those...

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to