You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by 陈建春 <ch...@maxthon.net> on 2010/01/15 06:49:14 UTC

how to modify post data before $r->internal_redirect

we know apache takes all post form data to sub-request when we do
internal redirect, but I will modify some param value and then pass the
new value to subrequest, is it possible?

-- 

*陈建春|ChenJianchun*
傲游Web应用部
E-mail: chenjch@maxthon.net <ma...@maxthon.net>

*Maxthon^? * --每个人的互联网中心! 上网从傲游开始!
傲游天下科技有限公司(中国) <http://www.maxthon.cn/> | www.maxthon.cn
<http://www.maxthon.cn/>

*诚信、创新、务实、奋斗!*


Re: how to modify post data before $r->internal_redirect

Posted by Torsten Förtsch <to...@gmx.net>.
On Friday 15 January 2010 06:49:14 陈建春 wrote:
> we know apache takes all post form data to sub-request when we do
> internal redirect, but I will modify some param value and then pass the
> new value to subrequest, is it possible?
> 
You'll need a request based input filter. The docs provide some examples.

Torsten