Good day!!
I am pretty new to HA Proxy and I am trying to log all http details using httplog option. Where I am able to capture all the details except cookie request and response. I need to capture them to be able to understand users behaviour on our websites.
I have found some reference on google like below,
capture cookie name len 10
note: I am using marathon-lb haproxy official docker image
I am not able understand what should I give at "name" so that it can capture ? or If there is any way to capture ?
thanks in advance for your help :)