Hi,
I am familiar with capturing individual HTTP headers in HAProxy 1.6.x (
http://blog.haproxy.com/2015/10/14/whats-new-in-haproxy-1-6/). This
requires the header to be explicitly stated in the cfg

For example to capture the via header -
capture request header Via len 100

And then log via - %[capture.req.hdr(0)]

For troubleshooting, occasionally, I would like to log all HTTP headers,
without specifying each and every individual header in the cfg.

Apart from using tcpdump/wireshark, can I do this using HAProxy?

Thanks

Reply via email to