Sometimes we at Addo need a bit more technical information from your computer to help our developers understand and fix an issue. To do this, we may ask you to collect a HAR file - a simple log that shows what happens in your browser when the problem occurs. It doesn’t include any personal files, only technical data that helps us find the cause of the issue.
Below you’ll find an easy step-by-step guide on how to download a HAR file in the most common browsers. This works on both Windows and Mac.
Chrome
Open the page where the issue occurs.
Open DevTools: F12 or Ctrl+Shift+I
Go to the Network tab.
(Optional but recommended) Check Preserve log and Disable cache.
Make sure recording is on (red ● in the top-left of the Network panel). If not, click it to start.
Reproduce the problem so requests appear in the list.
Right-click anywhere in the request list and choose Save all as HAR with content.
Save the
.harfile.
Microsoft Edge
Open the page.
Open DevTools: F12 or Ctrl+Shift+I.
Network tab → enable Preserve log and Disable cache (optional).
Ensure recording is on (red ●).
Reproduce the issue.
Right-click in the request list → Save all as HAR with content.
Save the
.harfile.
Firefox
Open the page.
Open Developer Tools: F12 or Ctrl+Shift+I.
Click the Network tab.
(Optional) Click the gear ⚙️ in the Network panel and enable Persist Logs and Disable Cache.
Ensure recording is on (toggle button at top-left of the panel).
Reproduce the issue.
Right-click within the request list → Save All As HAR.
Save the
.harfile.
Safari (macOS)
Enable the Develop menu (one-time):
Safari → Settings/Preferences → Advanced → check “Show Develop menu in menu bar.”
Open the page.
Open Web Inspector: ⌥⌘I or Develop → Show Web Inspector.
Go to the Network tab.
(Optional) Click the gear in the Inspector and enable Disable Caches and Persist Logs.
Make sure recording is active (red ●).
Reproduce the issue.
In the Network tab’s background area, right-click → Export HAR (or use the Export button if visible).
Save the
.harfile.
