Get HAR logs

The HTTP Archive (HAR) format is a JSON-formatted archive file that records all network interaction between a web browser and site.

HAR files contain information, such as page rendering, performance issues, and web browser versions, which helps developers when troubleshooting various issues that involve apps or websites.

Network logs can be captured and exported as a HAR file with the .har extension. The HAR file can be viewed with HAR viewer, HAR Analyzer, or any other tool of your choice available on the Internet.

Note:
  1. HAR files will have sensitive information such as personal information, API keys, passwords, and other details sent or received over the network communication.
  2. The HAR viewer, HAR Analyzer are not Freshworks products. Use them at your own discretion.
  3. The supported browsers by our platform

Find the steps according to your web browser.

Steps

  1. Go to the page where the app is loaded.
  2. From the menu bar, navigate to More Tools -> Developer Tools.
  3. Click the Network tab, the Network panel is displayed.
  4. Check the Preserve log checkbox.
  5. With the Network tab open, reproduce the issues for delayed or failed API requests in the app. The relevant network logs are captured.
  6. Click the download icon, which displays “Export HAR…” on mouse hover, to export the network logs in the HAR file format.
  7. The downloaded file can be shared with others to analyze the network activity and troubleshoot the issue.