本文共 225 字,大约阅读时间需要 1 分钟。
比如cookie中可能会有一些带下划线的内容,这种情况,就得在前端的nginx里开启这个选项,
underscores_in_headers on;写在http或者server区域里都可以。可以参考http://nginx.org/en/docs/http/ngx_http_core_module.html#underscores_in_headers
转载于:https://blog.51cto.com/zhukeqiang/2410698