Generating a HAR File

A HAR (HTTP Archive) file captures the communication between your browser and a website like Lepaya App. This information helps diagnose issues.

Chrome

To create a HAR file in Chrome, follow these steps:

  1. Go to the URL where the issue occurs. Do not reproduce the issue yet.

  2. Open Developer Tools:

    1. From menu: Menu → More Tools → Developer Tools.
    2. Keyboard: Ctrl+Shift+C, or Ctrl+Alt+I, or ⌥+⌘+I for Mac.

  3. Click the Network tab.

  4. Locate the round button at the top left of the Network tab and confirm it is in red recording mode. If it's grey, click to turn red to start recording.

    Record Button

    Record Button

  5. Use the Clear button (the circle button with a line through it next to the record button) to clear all previous activity.

    Clear Button

    Clear Button

  6. Select the Preserve log check box on the Network tab.

  7. Check the Disable cache check box.

  1. Reproduce the steps that create the issue.
    1. This can be all the login process; or
    2. Some parts of the App that is not working.

  2. Save the session as a .har file by right-clicking the grid and selecting Save as HAR with content.


  1. Please send it to the Lepaya Support team.

Edge


  1. Go to the URL where the issue occurs. Do not reproduce the issue yet.
  2. Open Developer Tools:
    1. From menu: Menu → More Tools → Developer Tools.
    2. Keyboard: Ctrl+Shift+C, or Ctrl+Alt+I, or ⌥+⌘+I for Mac.
  3. Click the Network tab.
  4. Locate the round button at the top left of the Network tab and confirm it is in red recording mode. If it's grey, click to turn red to start recording.
  5. Use the Clear button (the circle button with a line through it next to the record button) to clear all previous activity.
  6. Select the Preserve log check box on the Network tab.
  7. Check the Disable cache check box.


  1. Reproduce the steps that create the issue.
  2. Save the session as a .har file by right-clicking the grid and selecting Save as HAR with content.
  3. Please send it to the Lepaya Support team.

Firefox

To create a HAR file in Firefox, follow these steps:

  1. Go to the URL where the issue occurs. Do not reproduce the issue yet.
  2. Open Developer Tools in Network mode:
    1. From menu: Menu → Web Developer → Network.
    2. Keyboard: Ctrl+Shift+C, or ⌥+⌘+E (Mac).
  3. Note the Play/Pause button at the top left of the Network tab.
    1. Button should be in play mode.
  4. If any information is currently displayed in the grid, clear by clicking the Empty trash can button next to the play/pause button.
  5. Select the Persist Logs check box on the Network tab.
  6. Check the Disable cache check box.


  1. Reproduce the steps that create the issue.
  2. Save the session as a .har file by right-clicking the grid and selecting Save as HAR with content.
  3. Please send it to the Lepaya Support team.

Safari

To create a HAR file in Safari, follow these steps:

  1. Check the Safari menu bar at the top of the screen for a Develop menu.
    1. If not visible, turn it on by going to Safari → Settings → Advanced.
    2. Check the checkbox at the bottom next to Show Develop menu in menu bar.

  2. Go to the URL where the issue occurs. Do not reproduce the issue yet.
  3. Open Network tab in Web Inspector:
    1. From menu: Develop → Show Web Inspector → Network.
    2. Keyboard: ⌥+⌘+I → Network

  4. Check Preserve Log checkbox on left side of the Network tabs, within the Other filter options... menu.

  1. Clear current Network items by clicking the Delete Trash icon at the far right of Network tabs.
    1. Keyboard: ⌘+K

  2. Check the Disable caches check box.
  3. Reproduce the steps that create the issue.
  4. Save the session as a .har file by right-clicking the grid and selecting Save as HAR with content.
  5. Please send it to the Lepaya Support team.