ProxySG Content Policy Language Guide
request.header.header_name=
Tests the specified request header (header_name) against a regular expression. Any recognized HTTP request header can be tested. For custom headers, use request_x_header.header_name= instead. For streaming requests, only the
Replaces: request_header.header_name=
Syntax
request.header.header_name=regular_expression
where:
•
•
Layer and Transaction Notes
•Use in <Cache> and <Proxy> layers.
Examples
;deny access when request is sent with
<proxy>
deny url=http://www.bluecoat.com
See Also
•Actions: append( ), delete( ), delete_matching( ), rewrite( ), set( )
•Conditions: request.header.header_name.address=, request.x_header.header_name=, response.header.header_name=
116