Re: [us...@httpd] manipulate POST- / GET-variables sent to server

2010-01-28 Thread Mirko Vogt
Hey Sachin, thanks for your reply! My idea was to do that for specific combinations of urls and form-elements - e.g. specified in a configuration file. I'll take a look at documents you suggested - thanks a lot! mirko On Thu, 2010-01-28 at 14:54 -0500, Jain Sachinkumar wrote: > Hello Mirko, >

[us...@httpd] manipulate POST- / GET-variables sent to server

2010-01-28 Thread Mirko Vogt
Hey! Is there a way to manipulate POST- / GET-variables sent from the web-browser to the http-server before they're getting passed to the interpreter (php, python, whatever)? My final goal is to "search and replace" values for specified tuples of url, name and value of form elements - web-applica