adding header fields to a request with a filter
843841Aug 18 2004 — edited Jun 2 2006Hi all,
I need a way to pass some infos from a filter to another and still mantaining those filters loose coupled. I thoght that one solution is having a filter adding some header fields in the request, and the other filter reading those custom header fields.
First question: have you any better idea?
Second question: how can I add header fields in a request by a filter? I'm talking about header fields and not about request parameters
Thank in advance
Lallero