You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Andreas Mock <an...@web.de> on 2014/03/21 17:16:41 UTC

Apache2, mod_perl, getting the raw request ody

Hi all,

searched around and didn't find an answer. Probably it's complicated or
so simple that I don't see it.

I'm using mod_perl with the response handler being ModPerl::Registry.

I wrapped the call to the function handling the request in an
eval block to react on exceptions.

Is there a easy way to get (and dump) the raw request body?
I digged around the Apache2::-modules but didn't find something
appropriate.

Best regards
Andreas Mock