Hi, On 13.03.2013 18:32, Simon Dick wrote: > Is it possible in the haproxy logs to log the HTTP username if it's > sent across in an HTTP request? > I think you can only do this -- capture request header Authorization len 200 --
> I know I could log the whole header but that doesn't strile me as > being a good idea... :) There is no option to extract values from a header line. So you have to tranform the log later with other tools. cheers thomas

