You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/har.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This will save to `datasette-io.har`. You can use `-o` to specify a filename:
11
11
shot-scraper har https://datasette.io/tutorials/learn-sql \
12
12
-o learn-sql.har
13
13
```
14
-
A `.har` file is JSON. You can view it using this [HAR viewer tool](https://ericduran.github.io/chromeHAR/).
14
+
A `.har` file is JSON. You can view it using the [Google HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/) tool.
15
15
16
16
HTTP Archives can also be created as `.har.zip` files. These have a slightly different format: the `har.har` JSON does not include the full content of the responses, which is instead stored as separate files inside the `.zip`.
0 commit comments