Skip to main content

HTTP Rules

HTTP rules only match HTTP and HTTPS requests.

URL-REGEX

Matches a request URL with a regular expression:

URL-REGEX,^http://google\.com,PROXY

USER-AGENT

Matches the User-Agent request header and supports wildcards:

USER-AGENT,Apple*,DIRECT