Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
mod_substitute logs promising but it only acts on response bodys! – The Surrican Jun 5 '11 at 23:14
mod_sed which is to be included in apache 2.3 looks promising! mod_filter looks like it could do the job for request bodies but i was unable to get it working so far. – The Surrican Jun 16 '11 at 23:51

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.