tor-browser

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

relative-url.har (3355B)


      1 {
      2   "log": {
      3     "entries": [
      4       {
      5         "request": {
      6           "method": "GET",
      7           "url": "relative-url-file.js",
      8           "headers": []
      9         },
     10         "response": {
     11           "status": 200,
     12           "headers": [
     13             {
     14               "name": "Content-type",
     15               "value": "text/javascript"
     16             }
     17           ],
     18           "content": {
     19             "text": "scriptLoaded('relative-url-file.js');"
     20           }
     21         }
     22       },
     23       {
     24         "request": {
     25           "method": "GET",
     26           "url": "//web-platform.test:8444/web-bundle/resources/wbn/relative-url/start-with-double-slash.js",
     27           "headers": []
     28         },
     29         "response": {
     30           "status": 200,
     31           "headers": [
     32             {
     33               "name": "Content-type",
     34               "value": "text/javascript"
     35             }
     36           ],
     37           "content": {
     38             "text": "scriptLoaded('start-with-double-slash.js');"
     39           }
     40         }
     41       },
     42       {
     43         "request": {
     44           "method": "GET",
     45           "url": "//www1.web-platform.test:8444/web-bundle/resources/wbn/relative-url/start-with-double-slash-cors.js",
     46           "headers": []
     47         },
     48         "response": {
     49           "status": 200,
     50           "headers": [
     51             {
     52               "name": "Content-type",
     53               "value": "text/javascript"
     54             }
     55           ],
     56           "content": {
     57             "text": "scriptLoaded('start-with-double-slash-cors.js');"
     58           }
     59         }
     60       },
     61       {
     62         "request": {
     63           "method": "GET",
     64           "url": "/web-bundle/resources/wbn/relative-url/start-with-slash.js",
     65           "headers": []
     66         },
     67         "response": {
     68           "status": 200,
     69           "headers": [
     70             {
     71               "name": "Content-type",
     72               "value": "text/javascript"
     73             }
     74           ],
     75           "content": {
     76             "text": "scriptLoaded('start-with-slash.js');"
     77           }
     78         }
     79       },
     80       {
     81         "request": {
     82           "method": "GET",
     83           "url": "relative-url/subdirectory-path.js",
     84           "headers": []
     85         },
     86         "response": {
     87           "status": 200,
     88           "headers": [
     89             {
     90               "name": "Content-type",
     91               "value": "text/javascript"
     92             }
     93           ],
     94           "content": {
     95             "text": "scriptLoaded('subdirectory-path.js');"
     96           }
     97         }
     98       },
     99       {
    100         "request": {
    101           "method": "GET",
    102           "url": "../wbn/starts-with-two-dots.js",
    103           "headers": []
    104         },
    105         "response": {
    106           "status": 200,
    107           "headers": [
    108             {
    109               "name": "Content-type",
    110               "value": "text/javascript"
    111             }
    112           ],
    113           "content": {
    114             "text": "scriptLoaded('starts-with-two-dots.js');"
    115           }
    116         }
    117       },
    118       {
    119         "request": {
    120           "method": "GET",
    121           "url": "../starts-with-two-dots-out-of-scope.js",
    122           "headers": []
    123         },
    124         "response": {
    125           "status": 200,
    126           "headers": [
    127             {
    128               "name": "Content-type",
    129               "value": "text/javascript"
    130             }
    131           ],
    132           "content": {
    133             "text": "scriptLoaded('starts-with-two-dots-out-of-scope.js');"
    134           }
    135         }
    136       }
    137     ]
    138   }
    139 }