{
  "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": 19.7,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/cart/c_9990",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 401,
          "statusText": "Unauthorized",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            },
            {
              "name": "WWW-Authenticate",
              "value": "Bearer realm=\"example\", error=\"invalid_token\""
            }
          ],
          "content": {
            "size": 70,
            "mimeType": "application/json",
            "text": "{\"error\": \"invalid_token\", \"message\": \"The SAMPLE token has expired.\"}"
          },
          "redirectURL": "",
          "headersSize": 158,
          "bodySize": 70
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 18.0,
          "receive": 1.2
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20110"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.101Z",
        "time": 23.7,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/cart/c_9991",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 403,
          "statusText": "Forbidden",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 70,
            "mimeType": "application/json",
            "text": "{\"error\": \"forbidden\", \"message\": \"Cart belongs to another customer.\"}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 70
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 22.0,
          "receive": 1.2
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20110"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.171Z",
        "time": 27.7,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/cart/c_9992",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 404,
          "statusText": "Not Found",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ],
          "content": {
            "size": 60,
            "mimeType": "application/json",
            "text": "{\"error\": \"not_found\", \"message\": \"No cart with id c_9999.\"}"
          },
          "redirectURL": "",
          "headersSize": 93,
          "bodySize": 60
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 26.0,
          "receive": 1.2
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20110"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.241Z",
        "time": 31.7,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/cart/c_9993",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 429,
          "statusText": "Too Many Requests",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Date",
              "value": "Fri, 07 Aug 2026 09:14:22 GMT"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            },
            {
              "name": "Retry-After",
              "value": "30"
            },
            {
              "name": "X-RateLimit-Remaining",
              "value": "0"
            }
          ],
          "content": {
            "size": 50,
            "mimeType": "application/json",
            "text": "{\"error\": \"rate_limited\", \"retryAfterSeconds\": 30}"
          },
          "redirectURL": "",
          "headersSize": 136,
          "bodySize": 50
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 30.0,
          "receive": 1.2
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20110"
      },
      {
        "pageref": "page_1",
        "startedDateTime": "2026-08-07T09:14:22.311Z",
        "time": 35.7,
        "request": {
          "method": "GET",
          "url": "https://api.example.com/v1/cart/c_9994",
          "httpVersion": "HTTP/1.1",
          "cookies": [],
          "headers": [
            {
              "name": "Host",
              "value": "api.example.com"
            },
            {
              "name": "User-Agent",
              "value": "Mozilla/5.0 (X11; Linux x86_64) NovusSampleAgent/1.0"
            },
            {
              "name": "Authorization",
              "value": "Bearer SAMPLE-ACCESS-TOKEN-NOT-A-REAL-CREDENTIAL"
            }
          ],
          "queryString": [],
          "headersSize": 186,
          "bodySize": 0
        },
        "response": {
          "status": 500,
          "statusText": "Internal Server Error",
          "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": 62,
            "mimeType": "text/html",
            "text": "<!doctype html><title>500</title><h1>Something went wrong</h1>"
          },
          "redirectURL": "",
          "headersSize": 86,
          "bodySize": 62
        },
        "cache": {},
        "timings": {
          "blocked": 0.2,
          "dns": 0.0,
          "connect": 0.0,
          "send": 0.3,
          "wait": 34.0,
          "receive": 1.2
        },
        "serverIPAddress": "203.0.113.40",
        "connection": "20110"
      }
    ]
  }
}
