Skip to main content
Skip table of contents

How to capture network traffic using the HAR and .log files provided by your browser

To troubleshoot issues related to the webserver or your browser (e.g. performance and rendering issues), you might be asked to provide the HAR file (HTTP ARchive format) after reproducing the issue.

This article explains how to save the network traffic using the built-in web development tools of your browser and how to export the .HAR file for later analysis.

(warning) Before sending us the file, make sure to sanitize it by removing any session data, more information here: https://har-sanitizer.pages.dev  

Step by Step

  1. Go to the Page you want the traffic/network logs for
  2. Open your browser's developer tools by pressing Ctrl + Shift + I or F12 on your keyboard
  3. Go to the Network Tab (Note: For Chrome, Preserve log must be checked to capture all traffic)
  4. Reload the page and/or perform the steps that cause the issue
  5. Save the captured data (See below: These steps are different in every browser)
  6. Sanitize the HAR file
  7. Attach the file to our Service Desk

For Google Chrome

  1. Click on the 🔽 arrow button labeled Export HAR...  or Right-click within the Network capture pane and select Save as HAR with content and save the .HAR file
  2. Go to the Console tab and follow the next steps if there is any data displayed
  3. Right-click within the Console capture pane
  4. Select Save As  and save the .log file

For Firefox

  1. Right click one of the data entries
  2. Select Save All as HAR 
  3. Go to the Console tab and follow the next steps if there is any data displayed
  4. Right-click within the Console capture pane
  5. Select Export visible messages to 
  6. Choose File  and save

Internet Explorer and Edge

  1. Click the disk icon Export captured traffic  and choose XML or HAR format
  2. Go to the Console tab
  3. Right-click within the Console capture pane
  4. Select Display all  from the drop down menu and follow the next steps if there is any pane data displayed
  5. Right-click within the Console capture pane
  6. Select Copy All , and paste the clipboard content into a .txt file and save
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.