
Chapter 3: Condition Reference
Examples
<proxy>
http.method=GET
;This example is applicable to a blacklist model. It denies access to
;transparent FTP by denying the OPEN method on port 21.
<proxy> proxy.port=21
deny ftp.method=OPEN
;This example tests method=CONNECT to secure against firewall bypass <proxy>
deny method=CONNECT server_url.port=!443
See Also
•Conditions: admin.access=, category=, console_access=, content_management=, ftp.method=, http.method=, http.x_method=, im.method=, server_url=, socks.method=
•Properties: http.request.version( ), http.response.version( )