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. TIA Wei
