Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.pngImage Added