@Exocomp wrote:
I’ve set it up to capture the request header like so:
capture request header x-custom len 10Later on I set the header value like so:
http-request set-header X-custom 1 if acl_checkThe backend reflects the correct header value but the HAProxy log shows what was passed in with the request not the value I changed it to.
What’s the correct way to log the most up to date information, updates to headers that have been done in during processing ?
Posts: 1
Participants: 1