Environment
- Internet Explorer: All Supported Versions
Objective
Capture diagnostic logs from a web browser for UI troubleshooting using Internet Explorer
Resolution
- Open Internet Explorer
- Go to the page where the issue occurs
- Press F12 on the keyboard to open Developer Tools
- Click the Network tab
- If the triangle in the left-hand corner is not grey, select the triangle to begin recording events
- Reproduce the issue
- Once done, use Ctrl+S or select the save icon to save the HAR capture
- Check for and save HTTP Error details
- For any errors observed above, note the Request URL and HTTP error number (4## or 5##)
- Select the Console tab
- Locate the error number tied to the Request URL
- Right-click matching error and click "Save As..."
- Set name of file, including at least HTTP error number, and save file to your computer
Example
Original filename: defense-prod05.conferdeploy.net-1646930859819.log
Updated filename: 400_defense-prod05.conferdeploy.net-1646930859819.log
- Attach the HAR file and HTTP Error file to the case, or use CB Vault if the file is larger than 25 MB
Additional Notes
Related Content