跳转到内容
搜索文档

raw.http.response.headers

raw.http.response.headersMap<Array<String>>

The HTTP response headers without any transformation represented as a Map (or associative array).

This is the raw field version of the http.response.headers field. Raw fields, prefixed with raw., preserve original response values for later evaluations. These fields are immutable during the entire request evaluation workflow, and they are not affected by the actions of previously matched rules.

Example value:

{"server": ["nginx"]}

Example usage:

any(raw.http.response.headers["server"][*] == "nginx")
Categories:
  • Response
  • Headers
  • Raw fields

这篇文档对您有帮助吗?