how to modify post data before $r->internal_redirect

how to modify post data before $r->internal_redirect

am 15.01.2010 06:49:14 von chenjch

This is a multi-part message in MIME format.
--------------090006090509010904070804
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 8bit

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

*Maxthon^? * --ÿ¸öÈ˵Ļ¥ÁªÍøÖÐÐÄ! ÉÏÍø´Ó°ÁÓοªÊ¼!
°ÁÓÎÌìÏ¿Ƽ¼ÓÐÏÞ¹«Ë¾(Öйú) | www.maxthon.cn


*³ÏÐÅ¡¢´´Ð¡¢Îñʵ¡¢·Ü¶·£¡*


--------------090006090509010904070804
Content-Type: text/html; charset=GB2312
Content-Transfer-Encoding: 8bit






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?



--

style="margin: 0pt 0pt 10px; font-size: 9pt; font-family: Verdana; line-height: 125%; color: rgb(128, 128, 128);">
³Â½¨´º | ChenJianchun

°ÁÓÎWebÓ¦Óò¿

E-mail: href="mailto:chenjch@maxthon.net"
style="color: rgb(128, 128, 128); text-decoration: none;">chenjch@maxthon.net


style="margin: 0pt 0pt 10px; font-size: 9pt; font-family: Verdana; line-height: 175%; color: rgb(128, 128, 128);">
Maxthon style="font-size: 8pt;">® --ÿ¸öÈ˵Ļ¥ÁªÍøÖÐÐÄ!         style="color: rgb(0, 81, 151); font-size: 9pt;">ÉÏÍø´Ó°ÁÓοªÊ¼!

style="color: rgb(66, 113, 144); text-decoration: none;">°ÁÓÎÌìÏ¿Ƽ¼ÓÐÏÞ¹«Ë¾(Öйú)
| style="color: rgb(66, 113, 144); text-decoration: none; font-size: 8pt;">www.maxthon.cn


style="margin: 0pt; font-size: 9pt; font-family: Verdana; line-height: 150%; color: rgb(92, 115, 47);">³Ï
ÐÅ¡¢´´Ð¡¢Îñʵ¡¢·Ü¶·£¡






--------------090006090509010904070804--

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

am 15.01.2010 10:34:12 von torsten.foertsch

On Friday 15 January 2010 06:49:14 陈建æ˜=A5 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?
>=20
You'll need a request based input filter. The docs provide some examples.

Torsten