On Mon, Jun 6, 2011 at 14:15, Maurizio Totti <maurizio.to...@gmail.com> wrote: > Hi, > I would try to set an http header variable "on the fly" but without success > :-( > I write this simple module to test the functionality > > http://pastebin.com/b8hcZTtb
When running your code, I see USER_VAR2: mytest in the response. Be aware that your code adds a _request_ header (r->headers_in) to an _output_ filter. S > > I don't understand my error, someone can help me? > Thanks a lot > > Regards. > > -- > Maurizio Totti >