--- Rob French <[EMAIL PROTECTED]> wrote:

> 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.



      

Reply via email to