How to collect a network trace for RSA Community issues in Google Chrome
a year ago
Originally Published: 2017-02-23
Article Number
000065320
Applies To
RSA Product Set: RSA Community (community.rsa.com)
Platform: Google Chrome
Issue
Occasionally when a user is experiencing a browser issue relating to the RSA Community website, the RSA Customer Support and/or RSA Community teams will ask that user to collect a network trace in the form of a .HAR file so that it can be analyzed.
Resolution

The steps below explain how to capture a network trace from within the Google Chrome web browser.

  1. Open the Google Chrome web browser and navigate to the specific page that is experiencing the issue.
     
  2. Open the Developer Tools by clicking the Options button in the top-right corner and selecting More Tools > Developer tools.
    (The Developer Tools can also be opened by pressing F12 or Ctrl+Shift+I in Windows or Option+Command+I in macOS.)
    User-added image
     
  3. Click on the Network tab within the Developer Tools pane and ensure that there is a red circle in the left corner and that, which indicates that the network activity is being recorded. 
    (If a gray circle is displayed instead, simply click on it to begin recording the network activity.)
    User-added image
     
  4. Select the Preserve log checkbox to capture more than the last page visited.
     
  5. Reload the page by pressing F5 or Ctrl+R (or Command+R on macOS), or by clicking on the Refresh icon in the browser toolbar.
     
  6. Perform any other activity relating to the issue, such as clicking on certain links or buttons, so that the activity can be captured in the trace.
     
  7. Within the Developer Tool pane, click anywhere within the Status column as shown below and then press Ctrl+A (or Command+A on macOS) to select everything.
    User-added image
     
  8. Right-click on any of the blue highlighted text and then select Copy > Copy all as HAR.
    User-added image
     
  9. Open a simple text editor (such as Notepad or Notepad++ in Windows or TextWrangler in macOS) and paste the copied data into the application.
    User-added image
     
  10. Save the text file with the .har extension.
    User-added image



After saving the file, provide it to RSA Customer Support via the support case for it to be analyzed.

Notes
If the Developer Tools pane appears on the right side of the screen instead of at the bottom, you have the option to move it by clicking on the Options button for the Developer Tools and clicking on the middle option next to the Dock side label.

User-added image