![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re: LWP Redirection Problemby Kanji (Parson) |
on Sep 02, 2002 at 10:52 UTC ( [id://194562]=note: print w/replies, xml ) | Need Help?? |
According to the spec it's possible, but in practice I've found the opposite to be true (see the caveat in the aforementioned link); meaning you're out of luck unless the external CGI can be coaxed into accepting GET requests. Some alternatives to consider, though...
Skip a Perl intermediary altogether, and use JavaScript to do your param munging with an onClick/onSubmit.
Have your script include a <base href="http://url.to/the/external/CGI" /> in it's output so that relative URLs are correctly interpreted by thr browser. --k.
In Section
Seekers of Perl Wisdom
|
|