Re: Removing a request header in an access phase handler

2014-03-06 Thread David Pesce
Jan Algermissen wrote in post #1114756: > Hi, > > I developing a handler for the access phase. In this handler I intend to > remove a certain header. > > It seems that this is exceptionally hard to do - the only hint I have is > how it is done in the headers_more module. > > However, I wonder, whet

Re: Removing a request header in an access phase handler

2013-07-09 Thread Maxim Dounin
Hello! On Tue, Jul 09, 2013 at 12:13:37AM +0200, Jan Algermissen wrote: > Hi Maxim, > > thanks, question inline: > > On 08.07.2013, at 19:59, Maxim Dounin wrote: > > > Hello! > > > > On Mon, Jul 08, 2013 at 06:45:33PM +0200, Jan Algermissen wrote: > > > >> Hi, > >> > >> I developing a hand

Re: Removing a request header in an access phase handler

2013-07-08 Thread Jan Algermissen
Hi Maxim, thanks, question inline: On 08.07.2013, at 19:59, Maxim Dounin wrote: > Hello! > > On Mon, Jul 08, 2013 at 06:45:33PM +0200, Jan Algermissen wrote: > >> Hi, >> >> I developing a handler for the access phase. In this handler I >> intend to remove a certain header. >> >> It seems t

Re: Removing a request header in an access phase handler

2013-07-08 Thread Maxim Dounin
Hello! On Mon, Jul 08, 2013 at 06:45:33PM +0200, Jan Algermissen wrote: > Hi, > > I developing a handler for the access phase. In this handler I > intend to remove a certain header. > > It seems that this is exceptionally hard to do - the only hint I > have is how it is done in the headers_mo

Removing a request header in an access phase handler

2013-07-08 Thread Jan Algermissen
Hi, I developing a handler for the access phase. In this handler I intend to remove a certain header. It seems that this is exceptionally hard to do - the only hint I have is how it is done in the headers_more module. However, I wonder, whether there is an easier way, given that it is not an