[users@httpd] Re: How to use ap_parse_form_data and keep request body?

2014-08-01 Thread Matt Hauck
quest_module dynamically rather than a reference to it at compile time? Help appreciated. Thanks. On Thu, Jul 31, 2014 at 9:21 PM, Matt Hauck wrote: > I am developing a module for apache that performs some authentication > before passing requests off to the backend. Some of this authenticatio

[users@httpd] How to use ap_parse_form_data and keep request body?

2014-07-31 Thread Matt Hauck
I am developing a module for apache that performs some authentication before passing requests off to the backend. Some of this authentication at times requires parsing form data. The problem is that ap_parse_form_data appears to exhaust the request body, so that by the time it passes my module and