Re: [users@httpd] is it possible to modify the body of a http post using a input filter?

2011-06-12 Thread Edward Bailey
21:15, Edward Bailey wrote: > > > ## > > > > ExtFilterDefine route mode=input intype=text/xml cmd="/bin/sed > s/001500<\/CustomerId>/001500<\/CustomerId>001500<\/customerId>/g" > > Not sure OTTOMH if

[users@httpd] is it possible to modify the body of a http post using a input filter?

2011-06-12 Thread Edward Bailey
Greetings, I have been trying without success to create an input filter that would dynamically modify the body of a http post in order to fix a customer application issue until DEV can come up with a fix. I have seen very few examples of anyone using SetInputFilter so I was wondering if I am not u