config webfilter urlfilter edit 1 config entries edit "www.mydemodomain.net/files/content" set action pass // can also be "exempt","block","allow" next end set name "my_domain" next end |
1.1. With action = exempt
The first request, for example GET www.mydemodomain.net/ files/content/eicar.com will be exempted from any further filtering or scanning. This will bypass the connection to the FQDN domain www.mydemodomain.net.
Therefore, any further request in the same HTTP persistent connection, for example GET www.mydemodomain.net/ virus/eicar.com will also not be scanned since the connection is bypassed.
1.2. With action = pass
The first request, GET www.mydemodomain.net/ files/content/eicar.com will be passed without scanning. The connection will however not be bypassed.
The next request (in the same persistent connection), for example GET www.mydemodomain.net/ virus/eicar.com will now be scanned since this does not match the urlfilter entry.
2.1. With action = exempt
The first request, GET www.mydemodomain.net/files/ content/eicar.com using squidproxy.net:3128 will be exempted. This will bypass the connection to squidproxy.net.
The next request (in the same persistent connection), GET www.mydemodomain.net/ virus/eicar.com using squidproxy.net:3128, will not be scanned since the connection is bypassed.
2.2. With action = pass
The first request, GET www.mydemodomain.net/ files/content/eicar.com using squidproxy.net:3128 will be passed without scanning. The connection to squidproxy.net will however not be bypassed. The next request (in the same persistent connection), GET www.mydemodomain.net/ virus/eicar.com using squidproxy.net:3128, will now be scanned since this does not match the urlfilter entry.
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.