This article provides instructions on how to collect HAR (HTTP Archive Viewer) logs in Google Chrome.
HAR (HTTP Archive Format) is a JSON archive file format that stores session data over many browsers (IE, Firefox, Chrome, Safari, etc.) between client and server. In the network environment, when the communication between the sender and the receiver occurs, HAR contains HTTP response and request headers. The extension of the HAR file format is “.har”.
The HAR file is used to save the information of all web requests made with the browser tab.


