> Aryeh Katz wrote:
> 
> >Is it possible to change a GET to a POST, and add post data to the
> >POST request by using get_brigade and pass_brigade and
> >ap_sub_req_method_uri?
> >
> >  
> >
> Theoretically yes. You would have to define an input filter that
> "emulates" the POST body data reading. But I've never tried it.
Thanks.
The reason I was asking was the comment in request.c saying that
there was no input filter for a subrequest. I thought that might mean that the filter 
chain wasn't traversed in a subrequest, in which case it would be impossible to change 
a GET to a POST
> 
> nd
> 
Aryeh

---
Aryeh Katz
Secured-Services Inc.

Reply via email to