Chapter 3: Condition Reference
response.header.header_name=
Tests the specified response header (header_name) against a regular expression. Any recognized HTTP response header can be tested. For custom headers, use response.x_header.header_name= instead.
Replaces: response_header.header_name=
Syntax
response.header.header_name=regular_expression
where:
•
•
Layer and Transaction Notes
•Use in <Cache>, <Proxy>, and <Exception> layers.
Examples
;Test if the response’s
See Also
•Actions: append( ), delete( ), delete_matching( ), rewrite( ), set( )
•Conditions: request.header.header_name=, response.x_header.header_name=
123