Is it possible to analyze the TCP header and take action based on it with HAProxy 2.0? I want to place a magic number in the reserved fields of the TCP header on my backend and have HAProxy behave differently depending on it.
I read the documentation and looks like the proxy does not support it, but, may be, there is some hack, Lua script or something else?