Re: mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-24 Thread André Warnier
James Lee wrote: Hi mod_perl community, this is my first post so be gentle with me. I'm trying to create something which translates a GET request into a POST (creating the body dynamically) and then hand off the POST to another server. I have created a mod_perl connection filter to change the G

mp2] [mod_proxy] [filter] mod_proxy is not playing with my request filter.

2010-08-24 Thread James Lee
Hi mod_perl community, this is my first post so be gentle with me. I'm trying to create something which translates a GET request into a POST (creating the body dynamically) and then hand off the POST to another server. I have created a mod_perl connection filter to change the GET to a POST in the