为啥Kong在请求时需要标头主机?
Posted
技术标签:
【中文标题】为啥Kong在请求时需要标头主机?【英文标题】:Why does Kong need headers host whenever request?为什么Kong在请求时需要标头主机? 【发布时间】:2020-03-07 04:35:09 【问题描述】:我不明白为什么 Kong 需要在 Headers
中包含 host = userApi.test
当GET localhost:8000/api/v1/test
被请求时。
有什么方法可以在请求时不包含Headers
?
例如,我使用 Angular 通过 Kong 请求 API,我总是需要包含 host
?
【问题讨论】:
【参考方案1】:我找到了解决办法!
https://discuss.konghq.com/t/setup-for-one-service-without-host-header/805
创建路由时不要包含hosts[]
。
【讨论】:
以上是关于为啥Kong在请求时需要标头主机?的主要内容,如果未能解决你的问题,请参考以下文章
无效主机/ Referer请求标头的最合适的HTTP状态代码是什么?