This article discusses how to save HTTP request HAR's from your browser's developer tools. HARs contain the full HTTP request/response lifecycle, which can be used for troubleshooting purposes by Stoplight Support. For more information on the HAR format, see here.
In order to collect a HAR from your browser, you'll need to open your browser's developer tools. For instructions on how to do that, please see here.
Once the developer tools are accessible, switch to the Network tab. This tab displays all of the outgoing HTTP requests made by the browser within the current tab.
To retrieve an HAR from one of the requests listed in the Network tab:
- Right-click the request in question
- Choose "Save all as HAR with content" if using Chrome or "Save All As HAR" in Firefox
Can't find it? The exact wording of the "Save to HAR" option varies by browser, but all major browser vendors support exporting requests from the developer tools in HAR format in some form. Let us know if you run into any issues, or if you think this documentation could be improved.
In some cases you may need to refresh the page or do some action within the current tab (click a link, submit a form, etc) in order for the relevant request to display.