|
|
|
|
-
Traffic matches are protocol
sensitive if the input record contains the
protocol.
If the input entry does not contain
the protocol, traffic matches include both HTTP
and HTTPS traffic.
|
|
-
Wild cards can be used to do prefix,
intermediate, or suffix position matches.
The asterisk (*) and question mark
(?) are supported wild cards. The ? only matches one string. The “*” matches
any length string.
|
-
*www.test.com matches any domain that
ends with www.test.com .
-
www.test.com*
matches any domain that starts with www.test.com .
-
www.t*est.com matches the domainwww.ttest.com and www.test.com
-
www.test.c?m
matches www.test.com .
|
|
|