48 lines
No EOL
1.1 KiB
JSON
48 lines
No EOL
1.1 KiB
JSON
{
|
|
"log": {
|
|
"entries": [
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://www1.web-platform.test:8444/web-bundle/resources/wbn/cors/resource.cors.js",
|
|
"headers": []
|
|
},
|
|
"response": {
|
|
"status": 200,
|
|
"headers": [
|
|
{
|
|
"name": "Content-type",
|
|
"value": "text/javascript"
|
|
},
|
|
{
|
|
"name": "Access-Control-Allow-Origin",
|
|
"value": "*"
|
|
}
|
|
],
|
|
"content": {
|
|
"text": "scriptLoaded('resource.cors.js');"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://www1.web-platform.test:8444/web-bundle/resources/wbn/cors/resource.no-cors.js",
|
|
"headers": []
|
|
},
|
|
"response": {
|
|
"status": 200,
|
|
"headers": [
|
|
{
|
|
"name": "Content-type",
|
|
"value": "text/javascript"
|
|
}
|
|
],
|
|
"content": {
|
|
"text": "scriptLoaded('resource.no-cors.js');"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
} |