Table of Contents

About

An HTTP Archive JSON (HAR) is an archive that contains HTTP requests.

Management

Create

Chrome Devtool Har

Read

Every web browser and HTTP Network analyzer can read an HAR

For fiddler, you need to import it to read it.

Specification

https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md

Documentation