cLive ;-) has asked for the wisdom of the Perl Monks concerning the following question:
I have a form on one domain that posts to a script on another. I have configured apache to default to index.cgi. If I start the form up like this:
the script runs, but no form vars are available through param().<FORM ACTION="http://script-domain.com/script_dir">
But if I do this:
<FORM ACTION="http://script-domain.com/script_dir/">
or this:
the vars are available to param().<FORM ACTION="http://script-domain.com/script_dir/index.cgi">
Any ideas why the script runs in the first case, but without any of the vars sent?
very perplexed...
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm bug? Or Apache issue?
by Teenage Mutant Ninja Camel (Initiate) on Aug 30, 2001 at 00:20 UTC | |
by blakem (Monsignor) on Aug 30, 2001 at 00:28 UTC | |
by Teenage Mutant Ninja Camel (Initiate) on Aug 30, 2001 at 07:36 UTC | |
|
Re: CGI.pm bug? Or Apache issue?
by blakem (Monsignor) on Aug 30, 2001 at 00:22 UTC | |
|
Re: CGI.pm bug? Or Apache issue?
by dga (Hermit) on Aug 30, 2001 at 00:22 UTC | |
by echo (Pilgrim) on Aug 30, 2001 at 00:36 UTC | |
|
Re: CGI.pm bug? Or Apache issue?
by echo (Pilgrim) on Aug 30, 2001 at 00:28 UTC | |
|
Re: CGI.pm bug? Or Apache issue?
by cLive ;-) (Prior) on Aug 30, 2001 at 01:39 UTC |