Background
Redwood Support may ask you to provide Network Trace (HAR) of your browser while reproducing the issue encountered.
This article describe how to generate the HAR file.
Instructions
To generate the HAR file for Chrome
- Open Google Chrome and go to the page where the issue is occurring.
- Look for the Vertical ellipsis button ()and select More Tools > Developer Tools ( or use F12 or ctrl+shift+I ).
- From the panel opened, select the Network tab.
- Look for a round Record button in the upper left corner of the tab, and make sure it is red. If it is grey, click it once to start recording.
- Check the box Preserve log.
- Click the Clear button to clear out any existing logs from the Network tab.
- Reproduce the issue, while the network requests are being recorded.
- Once you have reproduced the issue, in Chrome, click Download/export. Then save the file to your computer: Save as HAR with Content
To generate the HAR file for Firefox
- Open Firefox and go to the page where the issue is occurring.
- Look for the Vertical ellipsis button ()and select More Tools > Web Developer Tools ( or use F12 or ctrl+shift+I ).
- From the panel opened, select the Network tab.
- Click the Clear button to clear out any existing logs from the Network tab.
- In the upper right of the developer tools window, click settings (the small gear icon) and select Persist Logs.
- Reproduce the issue, while the network requests are being recorded.
- Once you have reproduced the issue, in Firefox, click settings > Save all as a Har. Then save the file to your computer: Save as HAR with Content
To generate the HAR file for Safari
- Open Safari
- Browse to the URL in question.
- Confirm that the "Develop" menu is visible at the top of the window.
- If the "Develop" menu is not visible then go to Safari > Preferences > Advanced > check the box, "Show Develop Menu in menu bar"
- Navigate to Develop > Show Web Inspector
- Select the Network tab and check the Preserve Log option.
- Refresh the page to start capturing traffic.
- Reproduce the issue.
- Control + click on the resource in question and click "Export HAR".
To generate the HAR file for Edge
- Open Edge and go to the page where the issue is occurring.
- Open the DevTools by Select F12 or Select Ctrl + Shift + I (Windows/Linux) or Command + Option + I (macOS) or Select Settings and then More Tools > Developer Tools
- Select the Network tab, and then click Preserve log.
- Refresh the page (if needed) and reproduce the problem
- Select the Export HAR. button in the toolbar to export the trace as a "HAR" file.
Comments
0 comments
Please sign in to leave a comment.