A HAR (HTTP Archive) file is a JSON-structured file that logs all network traffic between a browser and the server providing content for a webpage. It is commonly used by support engineers to troubleshoot issues.
Follow these steps to create a HAR file:
Open Developer Tools (DevTools):
On Windows: Press F12 or Ctrl+Shift+I.
On Mac (Chrome): Press Command+Option+I.
On Mac (Safari): Press Command+Option+C.
(Ensure "Show Develop menu in menu bar" is enabled in Safari Preferences > Advanced.)
Reproduce the Issue:
Repeat the actions that lead to the error, unexpected behaviour, or unpredictable result.Choose the “Network” Tab and Export the HAR File: