Skip to content

Commit 1e8039f

Browse files
committed
Link to Google HAR Analyzer
It renders captured base64 images too
1 parent c591233 commit 1e8039f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/har.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This will save to `datasette-io.har`. You can use `-o` to specify a filename:
1111
shot-scraper har https://datasette.io/tutorials/learn-sql \
1212
-o learn-sql.har
1313
```
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.
1515

1616
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`.
1717

0 commit comments

Comments
 (0)