You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Perrin Harkins <pe...@elem.com> on 2008/09/02 21:34:57 UTC

Re: mp2, STDIN/POST is clobbered by CGI->new($r);

On Fri, Aug 29, 2008 at 6:35 PM, Ashley Pond V <as...@gmail.com> wrote:
> How could you read the POST body without clobbering it to hand off to some
> PHP, or whatever is next in line?

I don't think you can.  Usually people use something like libapreq to
get around this, since it can just keep the parsed data and let you
use it across multiple phases, but that only works when everyone is
calling libapreq for their data.

- Perrin