Hi, > > Does your module needs to read and examine the request body (POST data) > prior to inserting the HTTP request headers,
Yes, the module needs the ability to look at the request body, and based on its content, add the necessary HTTP request headers if required for the web application to use. > or are these two separate > tasks that can be implemented independently in different Apache > processing phases? The insertion of the headers is based on the request body content, so can't really separate them. > > Sometimes, changes to the HTTP request headers need to be made prior to > reaching the handler hook anyway. >
