Save all network requests to a HAR file
HAR file
- HAR (HTTP Archive Format) is a JSON-formatted file used to record the conversation between a user and the system server through their browser (Chrome/Edge, etc.). The file extension is .
.har。 - HAR (HTTP Archive) is a file format used by various HTTP session tools to export recorded data. This format is a JSON object with a specific set of fields.
How to generate
Using Chrome and Edge as examples, the steps are as follows:
- Open the Chrome browser and press
F12 Or right-click the page and select examine,Open Developer tools。 - In the developer tools panel, select
Network Tabs.


- Click
Clear network logs.Check the box Preserve log and Disable cache。 - Refresh the page to see the page request link.
- Click the download icon in the panel to export the HAR file, as shown in the image below.

Video tutorial

Using HAR files
- Little Flying Rabbit
Recording and downloading Interface, menu bar click Import HAR

- Select the HAR file in the opened window and click "Start Import".

Reference documents:./webview_download.html
Reference documents