From: Geoffrey Young <[EMAIL PROTECTED]>

GY> I didn't think that was what he was asking about.  getting the POST 
GY> data from the main request in a subrequest is generally easy with 
GY> Apache::Request:

Oops, you're right. I was thinking that Mark (jump in any time) needed to keep things 
in POST to satisfy some upcoming code. Some things insist on POST only. Worse, some 
things need POST data and use r->args for other purposes all together.

I guess the example I was thinking of in my head is where I have to do something like 
redirecting the user to a login page when their authentication runs out, then still 
honor their original request (including POST data) without them having to intervene.


---
Rodney Broom
President, R.Broom Consulting
http://www.rbroom.com/


Reply via email to