I'm having some trouble interpreting what I'm seeing in an export from Google Chrome's Developer Tools, and was hoping there might be someone who has seen this before and can tell me some possible causes.
{
"startedDateTime": "2013-02-16T16:06:47.484Z",
"time": 42428,
"request": {
"method": "PUT",
"url": "redacted",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Origin",
"value": "Redacted"
},
{
"name": "Cache-Control",
"value": "no-cache"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.57 Safari/537.17"
},
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Accept",
"value": "application/json, text/javascript, */*; q=0.01"
},
{
"name": "Referer",
"value": "Redacted"
},
{
"name": "X-Requested-With",
"value": "XMLHttpRequest"
}
],
"queryString": [],
"cookies": [],
"headersSize": 591,
"bodySize": 725,
"postData": {
"mimeType": "application/json",
"text": "Redacted"
}
},
"response": {
"status": 0,
"statusText": "",
"httpVersion": "HTTP/1.1",
"headers": [],
"cookies": [],
"content": {
"size": 0,
"compression": 0
},
"redirectURL": "",
"headersSize": 13,
"bodySize": 0
},
"cache": {},
"timings": {
"blocked": 0,
"dns": -1,
"connect": -1,
"send": -1,
"wait": -1,
"receive": null,
"ssl": -1
},
"pageref": "page_1"
},