Hi,
I have some tomcat servers where I set the x-dynatrace header in all the requests, when they pass through the haproxy to reach different tomcat servers the header is being striped.
I checked that the header was being sent with wireshark, but after reaching the haproxy the header wasnt present anymore.
So my question is, what setting should I add to my configuration to allow the haproxy to pass the header.
I have read similar post but none were of use to me, some saying that the server is to blame (not in this case because the header is expected in both ends) or that there was something else stripping it.
Thanks!