Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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:

  1. 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.)

  2. Reproduce the Issue:
    Repeat the actions that lead to the error, unexpected behaviour, or unpredictable result.

  3. Choose the “Network” Tab and Export the HAR File:

    Screenshot 2024-12-11 at 14.52.48.png

  • No labels