> I wrote an ASP page that returned an excel table based on POST parameters.
You should really use GET to get data, but then I'm hyper-critical ;)
> My scripts now always have on start:
>
> if ($Request->{Method} !~ /GET|POST/) {
> $Response->{Status} = 500;
> $Response->End();
> }
Perhaps some kind of option along the lines of DenyUnusualMethods could be
set to true to have Apache::ASP deal with this automatically? Shouldn't be
too hard to implement.
--
Regards,
Ross Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]