manipulate POST- / GET-variables sent to server

manipulate POST- / GET-variables sent to server

am 28.01.2010 19:50:47 von 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-application independent.

It would be glad if you could point me to some sources where I can get
information about how to start or if you could give some hints to
realize something like this.

Thanks a lot!

mirko



--
This email address is used for mailinglist purposes only.
Non-mailinglist emails will be dropped automatically.
If you want to get in contact with me personally, please mail to:
mirko.vogt nanl de


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: manipulate POST- / GET-variables sent to server

am 28.01.2010 20:54:56 von Jain Sachinkumar

Hello Mirko,

Do you want to do this to very url or some specific ones. There are few
methods to do this like writing apache modules in C or PERL.

If you look at Writing Apache modules with Perl and C / Lincoln Stein and
Doug MacEachern book, this give you very good idea as what you described.

- Sachin Jain

> 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-application independent.
>
> It would be glad if you could point me to some sources where I can get
> information about how to start or if you could give some hints to
> realize something like this.
>
> Thanks a lot!
>
> mirko
>
>
>
> --
> This email address is used for mailinglist purposes only.
> Non-mailinglist emails will be dropped automatically.
> If you want to get in contact with me personally, please mail to:
> mirko.vogt nanl de
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>


Regards,
- Jain, Sachinkumar



------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: manipulate POST- / GET-variables sent to server

am 28.01.2010 21:07:36 von 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,
>
> Do you want to do this to very url or some specific ones. There are few
> methods to do this like writing apache modules in C or PERL.
>
> If you look at Writing Apache modules with Perl and C / Lincoln Stein and
> Doug MacEachern book, this give you very good idea as what you described.
>
> - Sachin Jain
>
> > 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-application independent.
> >
> > It would be glad if you could point me to some sources where I can get
> > information about how to start or if you could give some hints to
> > realize something like this.
> >
> > Thanks a lot!
> >
> > mirko
> >
> >
> >
> > --
> > This email address is used for mailinglist purposes only.
> > Non-mailinglist emails will be dropped automatically.
> > If you want to get in contact with me personally, please mail to:
> > mirko.vogt nanl de
> >
> >
> > ------------------------------------------------------------ ---------
> > The official User-To-User support forum of the Apache HTTP Server Project.
> > See for more info.
> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> > " from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
> >
> >
>
>
> Regards,
> - Jain, Sachinkumar
>
>
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>




--
This email address is used for mailinglist purposes only.
Non-mailinglist emails will be dropped automatically.
If you want to get in contact with me personally, please mail to:
mirko.vogt nanl de


------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org