Hi Jodi, On Sun, Mar 13, 2011 at 01:29, Jodi Bosa <jodib...@gmail.com> wrote: > how do I access the BODY contents for a POST request?
You need to register an input filter for that. > Also, r->method shows "POST" and apr_table_get(r->headers_in, > "Content-Length") returns 300 bytes, but yet r->clength says 0. r->clength is the size of the response body.