How to create a .har file to troubleshoot difficult to diagnose issues
There are times when gathering data about how your computer is accessing SIMnet may be needed to fix a complex issue. When this happens the Support Team may ask you to create a .har file, which records each request to and from SIMnet. The steps to creating a .har file depend on your browser. Select your browser from the tabs and follow the steps to create a .har file for diagnosis.
Success: You will need to turn on .har file logging prior to experiencing the error you're reporting. If you turn on .har file logging after the error has occurred, the log won't contain the complete data and you will have to resubmit the .har file.
Open Chrome to the page where you are having an issue.
Click the menu bar at the top-right of your browser window. Highlight More Tools and select Developer Tools.
At the top of the new panel, select the Network tab.
Check the Preserve log check box.
Cause the error that you are experiencing to happen.
Right-click on the grid and select Save all as HAR with content.
Save the file to your computer.
Open Firefox to the page where you are having an issue.
Select the Firefox menu at the top-right of your browser window. Highlight Web Developer and select Network.
At the top of the new window, click the Network tab.
Cause the error that you are experiencing to happen.
Right-click anywhere under the File column and click on Save all as Har.
Save the file to your computer.
Open Edge to the page where you are having an issue.
From the menu bar highlight View then Developer and select Developer Tools.
From the new window, select the Network tab.
Check the Preserve log check box.
Cause the error that you are experiencing to happen.
Right-click on the grid and select Save all as HAR with content.
Save the file to your computer.
Open Safari to the page where you are having an issue.
Open the Develop menu and select Show Web Inspector. If you do not have the Develop menu available, click Preferences, then select Advanced and click the Show Develop menu in menu bar check box.
Click the Network tab.
Cause the error that you are experiencing to happen.
Click Export on the far right of the network tab.
Save the file to your computer.
The Developer tool can also catch additional errors in the Console tab. While you have the Developer Tools open:
Switch to the Console tab by clicking on it.
Refresh the page that you are having an issue accessing.
Right-click on any log statement in the console window
Click Save As