From 11a9f1d0f4f74c9a696e97b633ca5ed551b15da3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pimentel=20Ferreira?= Date: Sat, 8 Oct 2022 22:38:55 +0200 Subject: [PATCH] link to wikipedia on HAR file Coming here from Google it took me some time to get what is a HAR file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2197cf3..852cd67 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This program automatically creates API documentation via a OpenApi Spec (OAS) fi one or more HAR files. ## Step 1 - Create HAR file(s) -There are lots of ways to create HAR files to use as input for this program. One way is to manually click your way +There are lots of ways to create [HAR files](https://en.wikipedia.org/wiki/HAR_(file_format)) to use as input for this program. One way is to manually click your way through a web application and capture network requests in Chrome as illustrated in this [handy guide](https://help.o2.verizonmedia.com/hc/en-us/articles/360000074523-How-to-Save-a-HAR-File-Log-in-Google-Chrome). Another way to generate HAR files is to install [Charles Proxy](https://www.charlesproxy.com/) and then run all your