chromium/content/test/data/interest_group/auction_only.har

{
  "log": {
    "entries": [
      {
        "request": {
          "method": "GET",
          "url": "/interest_group/auction_only_in_bundle.json",
          "headers": []
        },
        "response": {
          "status": 200,
          "headers": [
            {
              "name": "Content-type",
              "value": "application/json"
            },
            {
              "name": "X-Allow-FLEDGE",
              "value": "true"
            },
            {
              "name": "X-FLEDGE-Auction-Only",
              "value": "true"
            },
            {
              "name": "Access-Control-Allow-Origin",
              "value": "*"
            }
          ],
          "content": {
            "text": "{ secret: 2 }"
          }
        }
      }
    ]
  }
}