...
Open Google Chrome and go to the page where the issue is occurring.
Right-click anywhere on the page and select Inspect or press F12 to open DevTools.
Navigate to the Network tab in DevTools.
Make sure the Preserve log checkbox is selected.
Click the Record button (red circle) if it’s not already active.
Reload the page to capture the activity.
After reproducing the issue, right-click anywhere in the Network panel, select Save all as HAR with content, and save the file.
2. Mozilla Firefox
Open Firefox and go to the page where the issue is occurring.
Right-click anywhere on the page and select Inspect or press F12 to open Developer Tools.
Click on the Network tab.
Make sure the Persist logs checkbox is selected to retain the logs.
Reload the page to capture all the activity.
Once you have reproduced the issue, click the Save button (a floppy disk icon) to export the HAR file.
...
Launch Microsoft Edge and go to the page where you are experiencing the issue.
Right-click and choose Inspect or press F12 to open Developer Tools.
Switch to the Network tab.
Ensure that the Preserve log option is checked.
Click the red record button (if not already active) and reload the page to start capturing data.
Once the problem has occurred, right-click within the Network tab, then select Save as HAR with content.
...
click on Save (floppy disk icon) to export the HAR file. Export as HAR.
4. Safari
Open Safari and go to Preferences.
Navigate to the Advanced tab and check the box for Show Develop menu in menu bar.
Load the page where the issue occurs.
In the menu bar, click on Develop and then Show Web Inspector.
Go to the Network tab.
Reload the page to start recording the network activity.
After reproducing the issue, click on the Export icon (looks like a floppy disk) to save the HAR file.
...