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
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