Generate and Analyze HAR Files
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.
Generate HAR files
You can generate a HAR file within most web browsers using the built-in developer or inspector tools.
Google Chrome
- Close all incognito windows in Google Chrome. 
- Open a new incognito window in Google Chrome. 
- Go to View > Developer > Developers Tools. 
- In the Developer Tools pane, choose the Network tab. 
- Check the Preserve Log checkbox to record all interactions. 
- Visit the page and complete the steps that trigger the issue. 
- Choose the Network tab. 
- Click the down arrow to export the HAR file. 
- Save the HAR file. 
Safari
- Ensure that Show Develop menu in menu bar checkbox is checked under Safari > Preferences > Advanced. 
- Choose File > Open New Private Window. 
- Choose Show Web Inspector in the Developer menu, then navigate to the Network tab. 
- To the right of All near the top-left of the Web Inspector, click the Filter button and choose Preserve Log. 
- Visit the web page where the issue occurs. 
- Choose Develop > Show Web Inspector. The Web Inspector window appears. 
- Complete the steps on the page that trigger the issue. 
- Select the Network tab. 
- Click Export on the upper right side of the pane. 
- Save the HAR file. 
Firefox
- Close all private windows in Firefox. 
- Open a new private window in Firefox. 
- Go to Tools > Developer > Network (Ctrl + Shift + E). 
- Click the Network tab and choose Persist Logs. 
- Visit the page and complete the steps that trigger the issue. 
- Choose the Network tab and right click and then select Save All As Har. 
- Save the HAR file. 
Microsoft Edge
- Close all InPrivate windows in Microsoft Edge. 
- Open a new InPrivate window (Ctrl + Shift + N). 
- Go to Settings and more (the ... icon) then choose More Tools > Developer Tools. 
- Start a profiling session on the Network tab of the Developer Tools toolbar. 
- Visit the page and complete the steps that trigger the issue. 
- Select Export as HAR (Ctrl + S) and save the HAR file. 
Internet Explorer
- Close all InPrivate windows in Internet Explorer. 
- Open a new InPrivate window in Internet Explorer (Ctrl + Shift + P). 
- Go to Tools > F12 Developer Options > Network. 
- Ensure Clear entries on navigate is switched off. 
- Visit the page and complete the steps that trigger the issue. 
- Choose the Network tab and select Export as HAR (Ctrl + S). 
- Save the HAR file. 
Analyze HAR files
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.