crabbie_upk has asked for the wisdom of the Perl Monks concerning the following question:
But with this logic it is possible to view the parameters being sent through HTML form which I want to prevent.
Also I don't want to use the redirection with get method (CGI::redirect('http://myserver2.com/capture.cgi?prm1=x&prm2=y) in which again it is possible to see the passed parameters.
Is there any other way to redirect user to different domain with post parameters? Any help in this regards is really appreceated.
Thanks,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Redirection and Post parameters in Perl
by chromatic (Archbishop) on Oct 13, 2005 at 06:04 UTC | |
|
Re: Redirection and Post parameters in Perl
by Skeeve (Parson) on Oct 13, 2005 at 05:58 UTC | |
|
Re: Redirection and Post parameters in Perl
by snowhare (Friar) on Oct 13, 2005 at 14:31 UTC | |
by crabbie_upk (Initiate) on Oct 27, 2005 at 06:11 UTC | |
by tirwhan (Abbot) on Oct 27, 2005 at 09:01 UTC | |
|
Re: Redirection and Post parameters in Perl
by johnnywang (Priest) on Oct 13, 2005 at 05:44 UTC |