Open Api > Sniff API calls using Chrome
Generate a HAR file for troubleshooting
A HAR (HTTP Archive) file1 records everything your browser does on the network - every request, response, and load time. When you’re hitting a speed issue, caching problem, or a bug that’s hard to reproduce, a HAR file gives our support team the exact data they need to diagnose what’s going wrong.
- Go to the page where the issue happens.
- Press F12 (or right-click the page and select Inspect) to open Developer Tools.
- Click the Network tab.
- Make sure the record button (top-left circle) is red. If it’s grey, click it to start recording.
- Check Preserve log so the data isn’t cleared on page reload.
- Refresh the page or reproduce the issue.
- Right-click anywhere in the network requests list and select Save all as HAR with content.
- Save the file and attach it to your support ticket or email.
- Go to the page where the issue happens.
- Press Ctrl+Shift+E (Windows/Linux) or Cmd+Option+E (Mac) to open the Network panel directly. You can also use the menu: Menu > More Tools > Web Developer Tools, then click the Network tab.
- Check Persist Logs if the issue spans multiple page loads.
- Refresh the page or reproduce the issue.
- Right-click anywhere in the network requests list and select Save All As HAR.
- Save the file and attach it to your support ticket or email.
- Go to the page where the issue happens.
- Press F12 (or right-click and select Inspect) to open Developer Tools, then click the Network tab.
- Check Preserve log so the data isn’t cleared on page reload.
- Refresh the page or reproduce the issue.
- Right-click anywhere in the network requests list and select Save all as HAR with content.
- Save the file and attach it to your support ticket or email.
- Enable developer tools: go to Safari > Settings > Advanced and check Show features for web developers.
- Go to the page where the issue happens.
- Select Develop > Show Web Inspector.
- Click the Network tab.
- Refresh the page or reproduce the issue.
- Click the Export button in the Network tab toolbar.
- Save the file and attach it to your support ticket or email.
Internet Explorer doesn’t support HAR file export. If you’re still on IE, please switch to Chrome, Firefox, or Edge to generate the HAR file.
Attach the HAR file directly to your support ticket or email. It contains the network-level detail our team needs to pinpoint and fix your issue.
Miscellaneous > Login and session errors
Troubleshooting > Clear cache in Safari
-
A JSON-formatted archive that logs all browser-server communication during a browsing session ↩
Was this helpful?
- 2025 Tallyfy, Inc.
- Privacy Policy
- Terms of Use
- Report Issue
- Trademarks