nginx在响应request header时候带下划线的需要开启的选项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx在响应request header时候带下划线的需要开启的选项相关的知识,希望对你有一定的参考价值。

比如cookie中可能会有一些带下划线的内容,这种情况,就得在前端的nginx里开启这个选项,
underscores_in_headers on;
写在http或者server区域里都可以。

可以参考http://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers

以上是关于nginx在响应request header时候带下划线的需要开启的选项的主要内容,如果未能解决你的问题,请参考以下文章

Nginx的重要概念之request

nginx出现 “414 request-uri too large”

request发送带headers和带参数的请求

nginx源码层面探究request_timeupstream_response_timeupstream_connect_time与upstream_header_time指标具体含义

在nginx上获取带下划线的标头

nginx出现 “414 request-uri too large”