Apache::MagicPOST

Apache::MagicPOST is a Perl module to emulate arbitray HTTP methods through POST.
Download

Apache::MagicPOST Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jan Algermissen
  • Publisher web site:
  • http://search.cpan.org/~alger/Apache-MagicPOST-1.2/lib/Apache/MagicPOST.pm

Apache::MagicPOST Tags


Apache::MagicPOST Description

Apache::MagicPOST is a Perl module to emulate arbitray HTTP methods through POST. Apache::MagicPOST is a Perl module to emulate arbitrary HTTP methods through POST.Apache::MagicPOST allows you to send HTTP methods to a server that are currently not supported by available browsers. The module, once installed in the PostReadRequest phase will react on the presence of the POST parameter 'method', alter the request method to the value of this parameter and turn all additional parameters into HTTP headers.In your http.conf put the following line: PerlPostReadRequestHandler Apache::MagicPOSTIf you need to override the default method parameter name 'method' (because you already use 'method' in your other HTML forms), use the following directive: PerlSetVar MagicPOSTMethodParamName yourParamNameMake sure you put it *before* other handlers of this phase so it gets invoked first.In your HTML pages, put tags like: < form method="POST" > < input type="hidden" name="method" value="MONITOR" / > < input type="text" name="Reply-To" value="" size="40" / > < /form >All parameters other than 'method' will be translated into HTTP headers. Requirements: · Perl


Apache::MagicPOST Related Software