Created
July 28, 2018 03:02
-
-
Save jacobparis/47de8c29d5a1bc6d1faa9e752cb1b055 to your computer and use it in GitHub Desktop.
Connection HAR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"log": { | |
"version": "1.2", | |
"creator": { | |
"name": "WebInspector", | |
"version": "537.36" | |
}, | |
"pages": [ | |
{ | |
"startedDateTime": "2018-07-28T03:01:09.144Z", | |
"id": "page_1", | |
"title": "http://localhost:3000/app/index.html", | |
"pageTimings": { | |
"onContentLoad": 1333.891999995103, | |
"onLoad": 1389.4529999961378 | |
} | |
} | |
], | |
"entries": [ | |
{ | |
"startedDateTime": "2018-07-28T03:01:09.144Z", | |
"time": 5.974424996316666, | |
"request": { | |
"method": "GET", | |
"url": "http://localhost:3000/app/index.html", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "Host", | |
"value": "localhost:3000" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
}, | |
{ | |
"name": "Upgrade-Insecure-Requests", | |
"value": "1" | |
}, | |
{ | |
"name": "User-Agent", | |
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" | |
}, | |
{ | |
"name": "DNT", | |
"value": "1" | |
}, | |
{ | |
"name": "Accept", | |
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" | |
}, | |
{ | |
"name": "Accept-Encoding", | |
"value": "gzip, deflate, br" | |
}, | |
{ | |
"name": "Accept-Language", | |
"value": "en-US,en;q=0.9,fr;q=0.8,af;q=0.7" | |
}, | |
{ | |
"name": "Cookie", | |
"value": "connect.sid=s%3AW6laFHtr8ivOcLGUAPjTUJSGUWqzujpM.khsYBuhJkeJYkXeAgzYFOKx%2BCJ1J9dRKbblJ6eL3hxY" | |
} | |
], | |
"queryString": [], | |
"cookies": [ | |
{ | |
"name": "connect.sid", | |
"value": "s%3AW6laFHtr8ivOcLGUAPjTUJSGUWqzujpM.khsYBuhJkeJYkXeAgzYFOKx%2BCJ1J9dRKbblJ6eL3hxY", | |
"expires": null, | |
"httpOnly": false, | |
"secure": false | |
} | |
], | |
"headersSize": 534, | |
"bodySize": 0 | |
}, | |
"response": { | |
"status": 302, | |
"statusText": "Found", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "X-Powered-By", | |
"value": "Express" | |
}, | |
{ | |
"name": "Access-Control-Allow-Origin", | |
"value": "*" | |
}, | |
{ | |
"name": "Access-Control-Allow-Methods", | |
"value": "GET,HEAD,OPTIONS,POST,PUT, DELETE" | |
}, | |
{ | |
"name": "Access-Control-Allow-Headers", | |
"value": "Origin, X-Requested-With, contentType, Content-Type, Accept, Authorization" | |
}, | |
{ | |
"name": "Location", | |
"value": "/login" | |
}, | |
{ | |
"name": "Vary", | |
"value": "Accept" | |
}, | |
{ | |
"name": "Content-Type", | |
"value": "text/html; charset=utf-8" | |
}, | |
{ | |
"name": "Content-Length", | |
"value": "56" | |
}, | |
{ | |
"name": "Date", | |
"value": "Sat, 28 Jul 2018 03:01:09 GMT" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
} | |
], | |
"cookies": [], | |
"content": { | |
"size": 0, | |
"mimeType": "text/html", | |
"compression": 0 | |
}, | |
"redirectURL": "/login", | |
"headersSize": 401, | |
"bodySize": 0, | |
"_transferSize": 401 | |
}, | |
"cache": {}, | |
"timings": { | |
"blocked": 0.8084250000056346, | |
"dns": 0.009999999999999898, | |
"ssl": -1, | |
"connect": 0.8519999999999999, | |
"send": 0.2310000000000001, | |
"wait": 3.0170000026151538, | |
"receive": 1.0559999936958775, | |
"_blocked_queueing": 0.4250000056345016 | |
}, | |
"serverIPAddress": "[::1]", | |
"connection": "2675", | |
"pageref": "page_1" | |
}, | |
{ | |
"startedDateTime": "2018-07-28T03:01:09.149Z", | |
"time": 4.825451010896359, | |
"request": { | |
"method": "GET", | |
"url": "http://localhost:3000/login", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "Host", | |
"value": "localhost:3000" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
}, | |
{ | |
"name": "Upgrade-Insecure-Requests", | |
"value": "1" | |
}, | |
{ | |
"name": "User-Agent", | |
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" | |
}, | |
{ | |
"name": "DNT", | |
"value": "1" | |
}, | |
{ | |
"name": "Accept", | |
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" | |
}, | |
{ | |
"name": "Accept-Encoding", | |
"value": "gzip, deflate, br" | |
}, | |
{ | |
"name": "Accept-Language", | |
"value": "en-US,en;q=0.9,fr;q=0.8,af;q=0.7" | |
}, | |
{ | |
"name": "Cookie", | |
"value": "connect.sid=s%3AW6laFHtr8ivOcLGUAPjTUJSGUWqzujpM.khsYBuhJkeJYkXeAgzYFOKx%2BCJ1J9dRKbblJ6eL3hxY" | |
} | |
], | |
"queryString": [], | |
"cookies": [ | |
{ | |
"name": "connect.sid", | |
"value": "s%3AW6laFHtr8ivOcLGUAPjTUJSGUWqzujpM.khsYBuhJkeJYkXeAgzYFOKx%2BCJ1J9dRKbblJ6eL3hxY", | |
"expires": null, | |
"httpOnly": false, | |
"secure": false | |
} | |
], | |
"headersSize": 525, | |
"bodySize": 0 | |
}, | |
"response": { | |
"status": 302, | |
"statusText": "Found", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "X-Powered-By", | |
"value": "Express" | |
}, | |
{ | |
"name": "Access-Control-Allow-Origin", | |
"value": "*" | |
}, | |
{ | |
"name": "Access-Control-Allow-Methods", | |
"value": "GET,HEAD,OPTIONS,POST,PUT, DELETE" | |
}, | |
{ | |
"name": "Access-Control-Allow-Headers", | |
"value": "Origin, X-Requested-With, contentType, Content-Type, Accept, Authorization" | |
}, | |
{ | |
"name": "Location", | |
"value": "https://assets.auth0.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fcallback&scope=openid%20profile%20email&state=kpMqLwRFjfqHwEeeeNe2x6i8&client_id=NOXefB7I9SAv171cPPKcPW24H4GQyTJP" | |
}, | |
{ | |
"name": "Content-Length", | |
"value": "0" | |
}, | |
{ | |
"name": "Date", | |
"value": "Sat, 28 Jul 2018 03:01:09 GMT" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
} | |
], | |
"cookies": [], | |
"content": { | |
"size": 0, | |
"mimeType": "x-unknown", | |
"compression": 0 | |
}, | |
"redirectURL": "https://assets.auth0.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fcallback&scope=openid%20profile%20email&state=kpMqLwRFjfqHwEeeeNe2x6i8&client_id=NOXefB7I9SAv171cPPKcPW24H4GQyTJP", | |
"headersSize": 552, | |
"bodySize": 0, | |
"_transferSize": 552 | |
}, | |
"cache": {}, | |
"timings": { | |
"blocked": 0.4994509999998845, | |
"dns": -1, | |
"ssl": -1, | |
"connect": -1, | |
"send": 0.062000000000000055, | |
"wait": 1.9479999980991707, | |
"receive": 2.3160000127973035, | |
"_blocked_queueing": 0.450999999884516 | |
}, | |
"serverIPAddress": "[::1]", | |
"connection": "2675", | |
"pageref": "page_1" | |
}, | |
{ | |
"startedDateTime": "2018-07-28T03:01:09.154Z", | |
"time": 1289.2885009938364, | |
"request": { | |
"method": "GET", | |
"url": "https://assets.auth0.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fcallback&scope=openid%20profile%20email&state=kpMqLwRFjfqHwEeeeNe2x6i8&client_id=NOXefB7I9SAv171cPPKcPW24H4GQyTJP", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "Host", | |
"value": "assets.auth0.com" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
}, | |
{ | |
"name": "Upgrade-Insecure-Requests", | |
"value": "1" | |
}, | |
{ | |
"name": "User-Agent", | |
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" | |
}, | |
{ | |
"name": "DNT", | |
"value": "1" | |
}, | |
{ | |
"name": "Accept", | |
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8" | |
}, | |
{ | |
"name": "Accept-Encoding", | |
"value": "gzip, deflate, br" | |
}, | |
{ | |
"name": "Accept-Language", | |
"value": "en-US,en;q=0.9,fr;q=0.8,af;q=0.7" | |
} | |
], | |
"queryString": [ | |
{ | |
"name": "response_type", | |
"value": "code" | |
}, | |
{ | |
"name": "redirect_uri", | |
"value": "http%3A%2F%2Flocalhost%3A3000%2Fcallback" | |
}, | |
{ | |
"name": "scope", | |
"value": "openid%20profile%20email" | |
}, | |
{ | |
"name": "state", | |
"value": "kpMqLwRFjfqHwEeeeNe2x6i8" | |
}, | |
{ | |
"name": "client_id", | |
"value": "NOXefB7I9SAv171cPPKcPW24H4GQyTJP" | |
} | |
], | |
"cookies": [], | |
"headersSize": 605, | |
"bodySize": 0 | |
}, | |
"response": { | |
"status": 403, | |
"statusText": "Forbidden", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "x-amz-request-id", | |
"value": "04B0C8E65CED24E9" | |
}, | |
{ | |
"name": "x-amz-id-2", | |
"value": "hLLqpaDauapApD+6mIFdl8P1ImnR3xab9tUwrNwcs5OfQbevCwWKse4ySUuqZqynwbkFczM5rcE=" | |
}, | |
{ | |
"name": "Content-Type", | |
"value": "application/xml" | |
}, | |
{ | |
"name": "Transfer-Encoding", | |
"value": "chunked" | |
}, | |
{ | |
"name": "Date", | |
"value": "Sat, 28 Jul 2018 03:01:12 GMT" | |
}, | |
{ | |
"name": "Server", | |
"value": "AmazonS3" | |
} | |
], | |
"cookies": [], | |
"content": { | |
"size": 243, | |
"mimeType": "application/xml", | |
"compression": -11 | |
}, | |
"redirectURL": "", | |
"headersSize": 266, | |
"bodySize": 254, | |
"_transferSize": 520 | |
}, | |
"cache": {}, | |
"timings": { | |
"blocked": 451.0415009999877, | |
"dns": 0.018000000000029104, | |
"ssl": 231.486, | |
"connect": 342.41900000000004, | |
"send": 0.19200000000000728, | |
"wait": 437.478000000121, | |
"receive": 58.13999999372754, | |
"_blocked_queueing": 0.5009999877074733 | |
}, | |
"serverIPAddress": "52.216.129.99", | |
"connection": "2702", | |
"pageref": "page_1" | |
}, | |
{ | |
"startedDateTime": "2018-07-28T03:01:10.565Z", | |
"time": 110.78364999644691, | |
"request": { | |
"method": "GET", | |
"url": "https://assets.auth0.com/favicon.ico", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "DNT", | |
"value": "1" | |
}, | |
{ | |
"name": "Accept-Encoding", | |
"value": "gzip, deflate, br" | |
}, | |
{ | |
"name": "Host", | |
"value": "assets.auth0.com" | |
}, | |
{ | |
"name": "Accept-Language", | |
"value": "en-US,en;q=0.9,fr;q=0.8,af;q=0.7" | |
}, | |
{ | |
"name": "User-Agent", | |
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36" | |
}, | |
{ | |
"name": "Accept", | |
"value": "image/webp,image/apng,image/*,*/*;q=0.8" | |
}, | |
{ | |
"name": "Referer", | |
"value": "https://assets.auth0.com/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fcallback&scope=openid%20profile%20email&state=kpMqLwRFjfqHwEeeeNe2x6i8&client_id=NOXefB7I9SAv171cPPKcPW24H4GQyTJP" | |
}, | |
{ | |
"name": "Connection", | |
"value": "keep-alive" | |
} | |
], | |
"queryString": [], | |
"cookies": [], | |
"headersSize": 576, | |
"bodySize": 0 | |
}, | |
"response": { | |
"status": 403, | |
"statusText": "Forbidden", | |
"httpVersion": "HTTP/1.1", | |
"headers": [ | |
{ | |
"name": "Date", | |
"value": "Sat, 28 Jul 2018 03:01:13 GMT" | |
}, | |
{ | |
"name": "Server", | |
"value": "AmazonS3" | |
}, | |
{ | |
"name": "x-amz-request-id", | |
"value": "FA01E4BD6673E880" | |
}, | |
{ | |
"name": "Transfer-Encoding", | |
"value": "chunked" | |
}, | |
{ | |
"name": "x-amz-id-2", | |
"value": "hdojzsVpBnPLlxZPh2TdEfuXqsSnAl1csVsMMhl1YPhOdKK3P4a2bnTZb3ZuDZgAqWemK83dIxI=" | |
}, | |
{ | |
"name": "Content-Type", | |
"value": "application/xml" | |
} | |
], | |
"cookies": [], | |
"content": { | |
"size": 243, | |
"mimeType": "application/xml", | |
"compression": -11 | |
}, | |
"redirectURL": "", | |
"headersSize": 266, | |
"bodySize": 254, | |
"_transferSize": 520 | |
}, | |
"cache": {}, | |
"timings": { | |
"blocked": 0.4516500000017695, | |
"dns": -1, | |
"ssl": -1, | |
"connect": -1, | |
"send": 0.08600000000000002, | |
"wait": 108.64200000640656, | |
"receive": 1.6039999900385737, | |
"_blocked_queueing": 0.6500000017695129 | |
}, | |
"serverIPAddress": "52.216.129.99", | |
"connection": "2702", | |
"pageref": "page_1" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment