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.
nd
