summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-bundle/resources/simple-cross-origin.har
blob: 8566a6c6c2444cbabd3b72cebae5b919ff144ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "log": {
    "entries": [
      {
        "request": {
          "method": "GET",
          "url": "https://www1.web-platform.test:8444/web-bundle/resources/wbn/simple-cross-origin.txt",
          "headers": []
        },
        "response": {
          "status": 200,
          "headers": [
            {
              "name": "Content-type",
              "value": "text/plain"
            },
            {
              "name": "Access-Control-Allow-Origin",
              "value": "*"
            }
          ],
          "content": {
            "text": "hello from simple-cross-origin.txt"
          }
        }
      }
    ]
  }
}