1
0
Fork 0
firefox/testing/web-platform/tests/web-bundle/resources/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

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');"
}
}
}
]
}
}