chromium/content/test/data/web_bundle/foo_url.har

{
  "log": {
    "entries": [
      {
        "request": {
          "method": "GET",
          "url": "foo://bar/",
          "headers": []
        },
        "response": {
          "status": 200,
          "headers": [
            {
              "name": "Content-type",
              "value": "application/json"
            }
          ],
          "content": {
            "text": "{ secret: 1 }"
          }
        }
      },
      {
        "request": {
          "method": "GET",
          "url": "https://test.example.org/",
          "headers": []
        },
        "response": {
          "status": 200,
          "headers": [
            {
              "name": "Content-type",
              "value": "text/plain"
            }
          ],
          "content": {
            "text": "hello"
          }
        }
      }
    ]
  }
}