So as soon as that query string is detected, the method is set to GET, and it will override the POST.if ($ENV{'REQUEST_METHOD'} eq "GET") { $form_data = $ENV{'QUERY_STRING'}; } else { $form_data = <STDIN>;
In reply to Re: GET overriding POST?
by zentara
in thread GET overriding POST?
by keegan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |