What is HAR file

How to Generate HAR File

AuthorFullName__c
Marwa Sharif
articleNumber
000005681
ft:sourceType
Salesforce
FirstPublishedDate
2023-04-16T08:34:52Z
lastModifiedDate
2023-04-16
VersionNumber
3
A HAR (HTTP Archive) file is a log of all network requests and responses made by a web browser. The file format was designed to enable easy sharing and analysis of HTTP network traffic data.

A HAR file typically includes information about the following:
  1. HTTP requests and responses: Includes details such as URL, request method, response status, headers, and content.
  2. Timings: Includes the time it took for the request to be sent, the time it took for the response to be received, and other timings related to the request/response cycle.
  3. Cookies: Includes information about any cookies that were sent or received during the request/response cycle.
  4. Cache: Includes information about any caching that was used during the request/response cycle.