1
0
Fork 0
firefox/testing/web-platform/tests/web-bundle/resources/simple-cross-origin.har
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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"
}
}
}
]
}
}