【发布时间】:2020-02-12 06:42:46
【问题描述】:
我正在尝试通过在无服务器方法中使用以下声明性映射来删除 Server 标头:
plugins:
- name: response-transformer
service: my-service
config:
remove.headers: Server
但我明白了:
in 'plugins':
- in entry 1 of 'plugins':
in 'config':
in 'remove.headers': unknown field
我也尝试过覆盖该值,但上面的配置似乎缺少一些东西......我做错了什么?
【问题讨论】:
-
我遇到了同样的问题 - 您找到解决方案了吗?
标签: kong kong-plugin