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:
A HAR file typically includes information about the following:
- HTTP requests and responses: Includes details such as URL, request method, response status, headers, and content.
- 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.
- Cookies: Includes information about any cookies that were sent or received during the request/response cycle.
- Cache: Includes information about any caching that was used during the request/response cycle.