Mailing List Archive

[Bug 66534] Using the requestbody() method reads and returns the body of the HTTP request but it also REMOVES the body of the request.
https://bz.apache.org/bugzilla/show_bug.cgi?id=66534

henrychen7777@gmail.com changed:

What |Removed |Added
----------------------------------------------------------------------------
OS| |All
CC| |henrychen7777@gmail.com

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
[Bug 66534] Using the requestbody() method reads and returns the body of the HTTP request but it also REMOVES the body of the request. [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=66534

Eric Covener <covener@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO

--- Comment #1 from Eric Covener <covener@gmail.com> ---
Apache doesn't buffer/cache bodies by default. If you don't want to act as a
filter, you can try something like
https://httpd.apache.org/docs/trunk/mod/mod_request.html to allow multiple
modules to read the body.

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org