how do I access the BODY contents for a POST request? Also, r->method shows "POST" and apr_table_get(r->headers_in, "Content-Length") returns 300 bytes, but yet r->clength says 0.
thanks
how do I access the BODY contents for a POST request? Also, r->method shows "POST" and apr_table_get(r->headers_in, "Content-Length") returns 300 bytes, but yet r->clength says 0.
thanks