Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Knowledge Base

Definitive answers from Server experts.

How to generate HAR file on the Gallery and Designer Cloud

MarkelioH
Alteryx
Alteryx
Created

How to generate HAR file on the Alteryx Gallery and Designer Cloud


Environment

 
  • Alteryx Server
    • All versions
  • Designer Cloud
    • All versions
 

Procedure

 
  • To generate the HAR file on Chrome:
  1. Open Google Chrome and go to the section/page on the Alteryx Gallery or Designer Cloud where the issue is occurring.
  2. From the Chrome menu bar select More Tools > Developer Tools. (Shortcut: Ctrl+Shift+I)
  1. From the panel opened, select the Network tab.
  2. Look for the 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.
  3. Check the box Preserve log.
  4. Click the Clear button to clear out any existing logs from the Network tab.
  5. Reproduce the behavior that you are experiencing while the network requests are being recorded.
  6. Once you have reproduced the issue, right-click anywhere on the grid of network requests, select "Save All as HAR with Content", and save the file to your computer.

 

  • To generate the HAR file on Firefox:
  1. Open the Firefox browser and go to the section/page on the Alteryx Gallery or Designer Cloud where the issue is occurring.
  2. From the Firefox Menu bar, select Web Developer > Toggle tools (Shortcut: CTRL + Shift+I).

  1. From the panel opened, select the Network tab.
  2. Reproduce the issue that you are experiencing, while the network requests are being recorded.
  3. Once you have reproduced the issue, right-click anywhere on the grid of network requests, select "Save All as HAR", and save the file to your computer.

 

  • To generate the HAR file on Edge:
  1. Open Microsoft Edge and go to the section/page on the Alteryx Gallery or Designer Cloud where the issue is occurring.
  2. From the Edge settings menu (top right ellipsis button) select More Tools > Developer Tools. (Shortcut: Ctrl+Shift+I)

 

image.jpegimage.jpeg

 

  1. From the panel opened, select the Network tab.
  2. Look for the 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.
  3. Check the box Preserve log.
  4. Click the Clear button to clear out any existing logs from the Network tab.
  5. Reproduce the behavior that you are experiencing while the network requests are being recorded.
  6. Once you have reproduced the issue, right-click anywhere on the grid of network requests, select "Save All as HAR with Content", and save the file to your computer.


image.jpegimage.jpeg
 

  • To generate the HAR file on Safari:
  1. Open Safari and go to the section/page on the Alteryx Gallery or Designer Cloud where the issue is occurring.
  2. Open the Develop menu and select Show Web Inspector.
    • NOTE: If the Show Web Inspector is not there, follow the instructions under "Use the developer tools" in the Develop menu in Safari on Mac.
  3. From the panel opened, select the Network tab.
  4. Click the Export icon on the far right of the network tab and save the HAR file.


Additional Resources