Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 HAProxy 对使用 OAuth 的 API 进行负载平衡。作为 OAuth 的一部分,有一个哈希在其中使用了请求的 URL。在 API 代码中,从 LB 发送到服务器时的 url 包含端口。这使得散列不匹配,因为发送的散列不包含端口,但是,服务器端散列包含。
有没有办法通过 x-forward-for 之类的选项在 x-forwarded-host 标头中发送请求的主机?或者我是否需要通过后端的 reqadd 更改标头。如果是这样,有没有办法让主机无需硬编码?