Skip to main content
added 7 characters in body
Source Link

I'm looking to assert whether, in the case of httpd used as a reverse proxy (mod_proxy_http & ProxyPass) and with a POST request (not chunked), if httpd buffers (memory and/or disk) complete request (POST payload included) BEFORE initiating/starting to send datathe request to the origin/backend server.

If you don't have the answer, would you recommend an approach to verify this assumption?

I'm looking to assert whether, in the case of httpd used as a reverse proxy (mod_proxy_http & ProxyPass) and with a POST request (not chunked), if httpd buffers (memory and/or disk) complete request (POST payload included) BEFORE initiating/starting to send data to the origin/backend server.

If you don't have the answer, would you recommend an approach to verify this assumption?

I'm looking to assert whether, in the case of httpd used as a reverse proxy (mod_proxy_http & ProxyPass) and with a POST request (not chunked), if httpd buffers (memory and/or disk) complete request (POST payload included) BEFORE initiating/starting to send the request to the origin/backend server.

If you don't have the answer, would you recommend an approach to verify this assumption?

Source Link

Does httpd ProxyPass buffer http POST payload before sending it to backend server?

I'm looking to assert whether, in the case of httpd used as a reverse proxy (mod_proxy_http & ProxyPass) and with a POST request (not chunked), if httpd buffers (memory and/or disk) complete request (POST payload included) BEFORE initiating/starting to send data to the origin/backend server.

If you don't have the answer, would you recommend an approach to verify this assumption?