On Tue, Dec 2, 2008 at 10:12, Ashish Khare <[EMAIL PROTECTED]> wrote:
> Hi Ryan,
>
> I need to access header in the input filter.
>
> I means all the unparsed data sent by the client in the request which
> contains header information also.
>
> Please let me know how to do this.
>
> I have tried implementing the input filter but ap_get_brigade() call returns
> empty brigade, which means it is returning only body and no headers.
>
> But i want to access header data.
>
> Please help me in this.
>

Make your filter of type AP_FTYPE_PROTOCOL.

S

Reply via email to