Skip to main content
idabouzi
Staff
Staff
July 30, 2025

Technical Tip: How to run network activity debug from a web brower

  • July 30, 2025
  • 0 replies
  • 149 views
Description This article describes how to run and export debug from the web browser using DevTools.
Scope FortiSIEM.
Solution

To inspect the network activity of an action in FortiSIEM, use the DevTools of the web browser to trace, record, and generate an HAR file for troubleshooting.

 

This HAR file (HTTP Archive format) is a JSON-formatted archive file format for logging of a web browser's interaction with FortiSIEM.

  • Open a private window.
  • Type F12 to open the console.
  • Select the Network section.
  • Make sure that the recording button is red; otherwise, select it to record.
  • Go to the FortiSIEM portal on the left side of the window.
  • Take the action needed.
  • On the right debug console, stop the recording
  • Select 'Export HAR' and save the file.