A HAR (HTTP Archive) file is a JSON-formatted log of a web browser’s interactions with a web server.A HAR file shows the sequence of redirects that happen during a login transaction, which makes it an excellent resource for debugging authentication issues. Including a HAR file in your support requests can help accelerate the troubleshooting process.
Before sharing a HAR file with anyone (including Auth0), ensure that you remove or obfuscate all sensitive data, such as:
Confidential user information
Personal identifiable information (PII)
Confidential application information
To learn more, read the following articles on Auth0 Community:
Auth0 does not use and does not endorse using any third-party application, tool, or software to analyze HAR files.After you have sanitized a HAR file, you can open it in a text-editor or browser to view the recorded events.
See the Monitoring page for more details on each of the log events that can help you troubleshoot issues.