Java Mailing List Archive

http://www.apache-httpd.com/

Home » modperl.perl »

Re: missing POST data but not GET.....

Joe Schaefer

2008-05-14

Replies:

Author LoginPost Reply

--- Rob French <drfrench@(protected):

> Hi,
>
> POST data is read directly from the socket and can
> only be read once.

No. POST data is read through httpd's filter api.
How many times you can read it depends on what's in
the input filter chain.

The original poster should be using apreq
(APR::Request::Apache2 or Apache2::Request)
for this, not some other perl module that doesn't
exploit the filter api.



   
©2008 apache-httpd.com - Jax Systems, LLC, U.S.A.