FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
ppatel
Staff
Staff
Article Id 196272

Description

This article explains how to see all the websites URL's that are being visited by users in the Security Log -> Web Filter.


Solution

Log-all-url must be enabled in the web filter profile to get the information of the host name of all the visited sites, not only of the blocked ones.
#config webfilter profile
edit <name_str>
set log-all-url {enable | disable}
end
end

By setting log-all-url to enable it will log all URLs even if FortiGuard is not enabled.

This can only be set via the CLI.
Contributors