healthcheck 默认携带的host是不是带上port更合理一些? #8572
Lewisyixin
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
看了下代码 应该是这个位置控制的,本地修改了下是生效的 不知道有没有其他问题 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
根据抓包结果查看,service/upstream 的主动健康检测默认携带的Host头只是ip,
根据http协议默认规范来看,Host头应该是ip:port(比如浏览器访问或者curl一个ip:port,默认都是携带ip:port作为host头)
Beta Was this translation helpful? Give feedback.
All reactions