On 8/3/05, Stas Bekman <[EMAIL PROTECTED]> wrote:>
>
> I think you are much better off not to use a filter here. Use
> Apache::Request which can give the same POST body more
> than once. So I'd
> write a trans hander, grabs the body, rewrites the headers based on
> the body and the content handl
Javier Alonso Sánchez wrote:
Hi all.
I'm fighting hard with Apache2 filters + mod_perl, and I have some
doubts to ask you:
I want to analyze a POST request to my Apache2 server, analyze it, and
change the headers to redirect the POST to another uri, depending on
the content (body of the POST).
Hi all.
I'm fighting hard with Apache2 filters + mod_perl, and I have some
doubts to ask you:
I want to analyze a POST request to my Apache2 server, analyze it, and
change the headers to redirect the POST to another uri, depending on
the content (body of the POST).
As I need body+headers, I'm u