{
  "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": 26.2,
        "request": {
          "method": "GET",
          "url": "https://cdn.example.net/receipt-icon.png",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "cdn.example.net"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 200,
          "statusText": "OK",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "image/png"
            },
            {
              "name": "Content-Length",
              "value": "108"
            }
          ],
          "content": {
            "size": 108,
            "mimeType": "image/png",
            "encoding": "base64",
            "text": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAKUlEQVR42mNkYPhfz0AEYBxVSF+FAAvzB/1hVWSlAAAAAElFTkSuQmCC"
          },
          "redirectURL": "",
          "headersSize": 107,
          "bodySize": 108
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 1.0,
          "connect": 7.4,
          "send": 0.2,
          "wait": 14.6,
          "receive": 2.8,
          "ssl": 4.9
        },
        "serverIPAddress": "203.0.113.24",
        "connection": "14503"
      }
    ]
  }
}
