tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

simple-cross-origin.har (642B)


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