[EMAIL PROTECTED] wrote:

I am writing a module need to be able to examine
POST data, and insert inbound HTTP request headers
after my code has been run by apache so that:

Does your module needs to read and examine the request body (POST data) prior to inserting the HTTP request headers, or are these two separate tasks that can be implemented independently in different Apache processing phases?


Sometimes, changes to the HTTP request headers need to be made prior to reaching the handler hook anyway.




Reply via email to