{
  "log": {
    "version": "1.2",
    "creator": {
      "name": "Novus Examples HAR writer",
      "version": "1.2",
      "comment": "HAR 1.2 - de-facto format from an abandoned W3C editorial draft (2012); never published as a W3C Recommendation"
    },
    "browser": {
      "name": "Sample Browser",
      "version": "126.0"
    },
    "pages": [
      {
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "id": "page_1",
        "title": "https://www.example.com/cart",
        "pageTimings": {
          "onContentLoad": 214.5,
          "onLoad": 388.9
        }
      }
    ],
    "entries": [
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.031Z",
        "time": 101.8,
        "request": {
          "method": "POST",
          "url": "https://www.example.com/checkout/address",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Content-Type",
              "value": "application/x-www-form-urlencoded"
            },
            {
              "name": "X-CSRF-Token",
              "value": "SAMPLE-CSRF-TOKEN-0000"
            }
          ],
          "queryString": [],
          "headersSize": 208,
          "bodySize": 112,
          "postData": {
            "mimeType": "application/x-www-form-urlencoded",
            "params": [
              {
                "name": "line1",
                "value": "1 Sample Street"
              },
              {
                "name": "city",
                "value": "Exampleton"
              },
              {
                "name": "postcode",
                "value": "EX1 2MP"
              },
              {
                "name": "country",
                "value": "GB"
              },
              {
                "name": "notes",
                "value": "Leave with the neighbour, flat 2 & 3"
              }
            ],
            "text": "line1=1+Sample+Street&city=Exampleton&postcode=EX1+2MP&country=GB&notes=Leave+with+the+neighbour%2C+flat+2+%26+3"
          }
        },
        "response": {
          "status": 303,
          "statusText": "See Other",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/html"
            },
            {
              "name": "Location",
              "value": "https://www.example.com/checkout/payment"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/html"
          },
          "redirectURL": "https://www.example.com/checkout/payment",
          "headersSize": 138,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.3,
          "dns": 1.1,
          "connect": 10.4,
          "send": 0.8,
          "wait": 88.0,
          "receive": 1.2,
          "ssl": 6.1
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      }
    ]
  }
}
