{
"log": {
"entries": [
{
"request": {
"method": "GET",
"url": "https://cross-origin.test/web_bundle/resource.json",
"headers": []
},
"response": {
"status": 200,
"headers": [
{
"name": "Content-type",
"value": "application/json"
}
],
"content": {
"text": "{ secret: 1 }"
}
}
},
{
"request": {
"method": "GET",
"url": "https://cross-origin.test/web_bundle/resource.png",
"headers": []
},
"response": {
"status": 200,
"headers": [
{
"name": "Content-type",
"value": "image/png"
}
],
"content": {
"text": "broken png"
}
}
}
]
}
}