{
  "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": 30.4,
        "request": {
          "method": "GET",
          "url": "http://example.com/promo",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            }
          ],
          "queryString": [],
          "headersSize": 117,
          "bodySize": 0
        },
        "response": {
          "status": 301,
          "statusText": "Moved Permanently",
          "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/promo"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/html"
          },
          "redirectURL": "https://www.example.com/promo",
          "headersSize": 127,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.3,
          "dns": 2.1,
          "connect": 6.4,
          "send": 0.2,
          "wait": 21.0,
          "receive": 0.4
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.071Z",
        "time": 31.0,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/promo",
          "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"
            }
          ],
          "queryString": [],
          "headersSize": 121,
          "bodySize": 0
        },
        "response": {
          "status": 302,
          "statusText": "Found",
          "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/cart?promo=SAMPLE10"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/html"
          },
          "redirectURL": "https://www.example.com/cart?promo=SAMPLE10",
          "headersSize": 141,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 11.8,
          "send": 0.2,
          "wait": 18.4,
          "receive": 0.4,
          "ssl": 7.7
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.121Z",
        "time": 61.8,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/cart?promo=SAMPLE10",
          "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"
            }
          ],
          "queryString": [
            {
              "name": "promo",
              "value": "SAMPLE10"
            }
          ],
          "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": "text/html"
            }
          ],
          "content": {
            "size": 60,
            "mimeType": "text/html",
            "text": "<!doctype html><title>Cart</title><p>Promo SAMPLE10 applied."
          },
          "redirectURL": "",
          "headersSize": 86,
          "bodySize": 60
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 55.1,
          "receive": 6.2
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      }
    ]
  }
}
