FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
Patterson
Staff
Staff
Article Id 231084

Description

 

This article explains how to enable logging and how to view cached HTTP/S traffic.

 

Scope

 

FortiProxy.

 

Solution

 

1) Enable http-view under global settings:

 

# config system global

set http-view enable

end

 

Patterson_0-1669646175906.png

 

2) To list logs, run the following:

 

# exe http-view report XX

 

Replace XX with the desired value from the following:

 

00 Top entries by total HTTP requests
01 Top entries by bandwidth consumed
02 Top entries by cachable % of total requests
03 Top entries by cache hit % of total requests
04 Top entries by cache hit % of cachable requests
05 Top entries by bandwidth saved via cache hits

 

By default, the top 10 reports within a duration of 60 seconds are listed.
 
Stephen_G_0-1669648946186.png

 

To increase list count, attach a number after the command. For example:
 
# exe http-view report 01 50
 

In this case, 50 reports will be shown.

 

Patterson_4-1669646176123.png
Contributors