1.打开 underscores_in_headers on; 可以获取自定义header
2. 以 x-wps-weboffice-token 为例
-
获取 $http_x_wps_weboffice_token;
示例代码:
location / {
default_type text/html;
return 500 $http_x_wps_weboffice_token;
break;
}
```
版权声明:本文为weixin_39560112原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。