<div dir="ltr">Hi,<br><br>What is the correct way to get request body in a log phase handler module ?<br><br>The usual method of ngx_http_read_client_request_body via a handler doesn't work,<br>the r->request_body->bufs is always NULL. <br>
<br>The handler works fine in other phases (for example the pre access phase).<br><br>-pk<br></div>