29 lines
642 B
JSON
29 lines
642 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|