On Tue, 4 Feb 2003, Wei Weng wrote: > Hi all. > > I am writing an Apache2 module used for our interal CGI application. > > And I found this problem: > > At one point, I was doing a HTTP_TEMPORARY_REDIRECT to a CGI script > script_child.cgi from script_parent.cgi, and it seems all the post data that was > submitted to script_parent.cgi somehow all got through and passed on to > script_child.cgi. > > Is that something normal? What mechanism should I use for a more proper > redirect? I am using Apache2 2.0.43.
I think perhaps you should read: http://ppewww.ph.gla.ac.uk/~flavell/www/post-redirect.html which details the dangers posed by redirecting POSTs. Joshua.
