This article provides information about how to create a HAR file in Chrome.
A HAR (HTTP Archive) is a format used for tracking information between a web browser and a website. A HAR file shows the sequence of redirects that happen during a login transaction. It's an excellent tool for debugging authentication issues.
Steps to Generate a HAR File in Chrome
- Open Chrome and go to the page to be recorded.
- Click the more menu (...) to the right of the toolbar and select More tools > Developer tools.
- In the developer tools docked tab select Network.
- Ensure that Chrome is recording by clicking the gray record button. A red button indicates that a recording is already in progress.
- Make sure Preserve log is checked.
- Go to the page where the issue occurred and reproduce the issue.
- Right-click anywhere in the list of network requests and select Save all as HAR with content.
- Name the file.
- Click Save.
Comments
0 comments
Please sign in to leave a comment.