I have configured an Apache 2.2 server as forward proxy using mod_proxy and mod_proxy_http
In my application that uses that proxy I need to modify http requests. (Requests means the request that goes to the origin server of the content. I dont want to manipulate the response that goes back to the client)
I am already sucessfully altering/adding cookies using RequestHeader from mod_headers.
I am also manipulating GET data using RewriteRule from mod_rewrite.
Now my question is whether there is a way to alter post data.