我的设置:
http 客户端- dscp-marker -> haproxy -> http 服务器
http 客户端<-缺少 dscp 标记- haproxy <- http 服务器
我有一个场景,传入的 http 请求用 DSCP 值标记。它被中继到一个 http 服务器,该服务器发送一个答案。
我想将响应的 tos-header 设置为请求中存在的值。( https://cbonte.github.io/haproxy-dconv/2.0/configuration.html#http-response%20set-tos )
是否可以使用 haproxy 读取传入请求的 tos/dscp 值?
谢谢