Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

How to generate a HAR file for support

From Google Chrome

  1. Open Developer Tools by pressing F12 or Ctrl + Shift + I (Windows/Linux) / Cmd + Option + I (Mac).
  2. Click the “Network” tab.
  3. Reload the page and reproduce the issue.
  4. From Developer Tools, click the download button.

From Mozilla Firefox

  1. Open Developer Tools by pressing F12 or Ctrl + Shift + E (Windows/Linux) / Cmd + Option + E (Mac).
  2. Click the “Network” tab.
  3. Reload the page and reproduce the issue.
  4. From Developer Tools, right-click in the request list and select “Save All As HAR”.

From Microsoft Edge

  1. Open Developer Tools by pressing F12 or Ctrl + Shift + I (Windows/Linux) / Cmd + Option + I (Mac).
  2. Click the “Network” tab.
  3. Reload the page and reproduce the issue.
  4. From Developer Tools, right-click in the network list and choose “Save all as HAR with content”.

From Safari

  1. Enable Developer Tools (if not already enabled):
    • Go to Safari > Settings > Advanced.
    • Check “Show Develop menu in menu bar” at the bottom.
  2. Click Develop > Show Web Inspector.
  3. Click the “Network” tab.
  4. Reload the page and reproduce the issue.
  5. From Developer Tools, click the “Export” button.

Sending the .HAR file

  1. Rename the file to something short and descriptive (e.g., login-issue.har).
  2. Compress the file (optional but recommended).
  3. Attach it to your support case or email it to your assigned support contact.
Navigation