in reply to Apache PerlAuthzHandler and HTML form POST vars

Is it possible to ensure that all POST variables are available to the PHP application after authorization?

Sure, don't do anything in any handlers that obliterates the body/content of HTTP requests :)

http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlTrace_

  • Comment on Re: Apache PerlAuthzHandler and HTML form POST vars

Replies are listed 'Best First'.
Re^2: Apache PerlAuthzHandler and HTML form POST vars
by pha (Initiate) on Jan 19, 2015 at 01:24 UTC

    Thank you. I have updated my question and I'll look at the link you sent.