On 11/04/2014 7:26 p.m., Kein Name wrote: > Hello List, > > at the moment I need to use the request_header_add directive to supply > information to a cache_peer backend. > I intended to use: > request_header_add X-Authenticated-User "%ul" > but the "%ul" is expanded to a dash (-) and I wonder why and how I can > submit the authenticated to user to my backend. > Can someone give me a hint? > > Thanks! > Regards > Stefan König > Squid version? Authentication method being used by your proxy? Does the cache_peer option " login=*: " (exact syntax) work? Amos