Record the file
Start recording before you reproduce the problem — a HAR only captures traffic while DevTools is open.- Chrome
- Microsoft Edge
- Firefox
- Safari
1
Open DevTools
Press F12 on Windows and Linux, or Cmd+Option+I on macOS, then select the Network tab.
2
Enable Preserve log
Check Preserve log so the recording survives page reloads and redirects.
3
Clear existing requests
Click the Clear icon. This drops unrelated traffic and keeps the file small enough to email.
4
Reproduce the issue
Repeat the exact steps that caused the problem. Wait for the error to appear.
5
Export
Right-click anywhere in the request list and choose Save all as HAR with sanitized content. This strips cookies and authorization headers. If you only see Save all as HAR, your browser is older — use it, then sanitize the file yourself.
Important: Sanitize sensitive information before sharing
Before sending a HAR file to anyone, it is critical to inspect it for sensitive information. HAR files are plain text files that capture everything your browser sends and receives, which can include:- Passwords
- API keys
- Authentication tokens and session cookies
- Personal information you entered into forms (names, addresses, phone numbers, etc.)
[REDACTED] to ensure you don’t expose confidential information.
This matters most in Firefox and Safari, which have no sanitized export — their HAR files include cookies and auth headers exactly as recorded. Until it’s sanitized, treat the file as a credential: send it through the in-app form below, never a public forum or a third-party file host. If you work with regulated data, consider changing your password afterwards.
Send it to us
Report it in the app. Click the ? button in the bottom-right corner of app.textql.com, describe what went wrong, and attach the.har file alongside any screenshots. Files up to 30MB are accepted.
This is the best route for two reasons: your account, organization, and the page you were on are attached automatically, and credentials are stripped from the file before it is stored — so a file exported from Firefox or Safari is cleaned up even if you skipped the step above.
What we redact automatically
On upload, we replace these values with[REDACTED BY TEXTQL] wherever they appear in the file — as a request header, a response header, a query parameter, or a form field:
We also empty the parsed
cookies arrays that browsers write alongside the raw cookie headers.
Along with the file, tell us:
- Roughly what time you reproduced the issue. HARs can hold thousands of requests, and a timestamp helps us find the right one quickly.
- What you were trying to do, and what you expected to happen instead.
- The chat or page URL where the error occurred.
Related
- Get Help — all the ways to reach us
- Frequently Asked Questions — common issues and fixes
- Chat Error Messages — what Ana’s error statements mean