{
  "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": 111.6,
        "request": {
          "method": "POST",
          "url": "https://www.example.com/login",
          "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": 77,
          "postData": {
            "mimeType": "application/x-www-form-urlencoded",
            "params": [
              {
                "name": "username",
                "value": "sample.user@example.com"
              },
              {
                "name": "password",
                "value": "SAMPLE-PLACEHOLDER-NOT-A-PASSWORD"
              }
            ],
            "text": "username=sample.user%40example.com&password=SAMPLE-PLACEHOLDER-NOT-A-PASSWORD"
          }
        },
        "response": {
          "status": 302,
          "statusText": "Found",
          "httpVersion": "HTTP/1.1",
          "cookies": [
            {
              "name": "nx_session",
              "value": "SAMPLE-SESSION-0000-0000-0000",
              "path": "/",
              "domain": "www.example.com",
              "httpOnly": true,
              "secure": true,
              "expires": "2026-08-07T10:14:22.000Z"
            }
          ],
          "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"
            },
            {
              "name": "Set-Cookie",
              "value": "nx_session=SAMPLE-SESSION-0000-0000-0000; Path=/; Secure; HttpOnly; SameSite=Lax; Max-Age=3600"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/html"
          },
          "redirectURL": "https://www.example.com/cart",
          "headersSize": 234,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.3,
          "dns": 1.4,
          "connect": 12.0,
          "send": 0.6,
          "wait": 96.2,
          "receive": 1.1,
          "ssl": 7.2
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.151Z",
        "time": 52.9,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/cart",
          "httpVersion": "HTTP/1.1",
          "cookies": [
            {
              "name": "nx_session",
              "value": "SAMPLE-SESSION-0000-0000-0000",
              "path": "/",
              "domain": "www.example.com",
              "httpOnly": true,
              "secure": true
            }
          ],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Cookie",
              "value": "nx_session=SAMPLE-SESSION-0000-0000-0000"
            }
          ],
          "queryString": [],
          "headersSize": 171,
          "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": 61,
            "mimeType": "text/html",
            "text": "<!doctype html><title>Cart</title><p>Signed in as sample.user"
          },
          "redirectURL": "",
          "headersSize": 86,
          "bodySize": 61
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 48.0,
          "receive": 4.4
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.331Z",
        "time": 23.5,
        "request": {
          "method": "GET",
          "url": "https://www.example.com/logout",
          "httpVersion": "HTTP/1.1",
          "cookies": [
            {
              "name": "nx_session",
              "value": "SAMPLE-SESSION-0000-0000-0000",
              "path": "/",
              "domain": "www.example.com",
              "httpOnly": true,
              "secure": true
            }
          ],
          "headers": [
            {
              "name": "Host",
              "value": "www.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Cookie",
              "value": "nx_session=SAMPLE-SESSION-0000-0000-0000"
            }
          ],
          "queryString": [],
          "headersSize": 171,
          "bodySize": 0
        },
        "response": {
          "status": 302,
          "statusText": "Found",
          "httpVersion": "HTTP/1.1",
          "cookies": [
            {
              "name": "nx_session",
              "value": "",
              "path": "/",
              "domain": "www.example.com",
              "httpOnly": true,
              "secure": true,
              "expires": "1970-01-01T00:00:00.000Z"
            }
          ],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "text/html"
            },
            {
              "name": "Set-Cookie",
              "value": "nx_session=; Path=/; Secure; HttpOnly; Max-Age=0"
            },
            {
              "name": "Location",
              "value": "https://www.example.com/"
            }
          ],
          "content": {
            "size": 0,
            "mimeType": "text/html"
          },
          "redirectURL": "https://www.example.com/",
          "headersSize": 184,
          "bodySize": 0
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 22.4,
          "receive": 0.6
        },
        "serverIPAddress": "203.0.113.10",
        "connection": "14503"
      }
    ]
  }
}
