diff options
Diffstat (limited to 'http:%%hki.uio.no.har')
-rw-r--r-- | http:%%hki.uio.no.har | 175 |
1 files changed, 175 insertions, 0 deletions
diff --git a/http:%%hki.uio.no.har b/http:%%hki.uio.no.har new file mode 100644 index 0000000..6e75ec6 --- /dev/null +++ b/http:%%hki.uio.no.har @@ -0,0 +1,175 @@ +{ + "log": { + "version": "1.2", + "creator": { + "name": "PhantomJS", + "version": "1.9.0" + }, + "pages": [ + { + "startedDateTime": "2015-02-12T22:09:15.889Z", + "id": "http://hki.uio.no/", + "title": "", + "pageTimings": { + "onLoad": 12 + } + } + ], + "entries": [ + { + "startedDateTime": "2015-02-12T22:09:15.889Z", + "time": 5, + "request": { + "method": "GET", + "url": "http://hki.uio.no/", + "httpVersion": "HTTP/1.1", + "cookies": [], + "headers": [ + { + "name": "User-Agent", + "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34" + }, + { + "name": "Accept", + "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + } + ], + "queryString": [], + "headersSize": -1, + "bodySize": -1 + }, + "response": { + "status": 302, + "statusText": "Found", + "httpVersion": "HTTP/1.1", + "cookies": [], + "headers": [ + { + "name": "Date", + "value": "Thu, 12 Feb 2015 22:09:22 GMT" + }, + { + "name": "Server", + "value": "Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/0.9.8j DAV/2 PHP/5.3.27 mod_perl/2.0.4 Perl/v5.8.8" + }, + { + "name": "Location", + "value": "http://hki.uio.no/ipacoslo" + }, + { + "name": "Content-Length", + "value": "358" + }, + { + "name": "Keep-Alive", + "value": "timeout=5, max=100" + }, + { + "name": "Connection", + "value": "Keep-Alive" + }, + { + "name": "Content-Type", + "value": "text/html; charset=iso-8859-1" + } + ], + "redirectURL": "", + "headersSize": -1, + "bodySize": 358, + "content": { + "size": 358, + "mimeType": "text/html; charset=iso-8859-1" + } + }, + "cache": {}, + "timings": { + "blocked": 0, + "dns": -1, + "connect": -1, + "send": 0, + "wait": 4, + "receive": 1, + "ssl": -1 + }, + "pageref": "http://hki.uio.no/" + }, + { + "startedDateTime": "2015-02-12T22:09:15.895Z", + "time": 2, + "request": { + "method": "GET", + "url": "http://hki.uio.no/ipacoslo/", + "httpVersion": "HTTP/1.1", + "cookies": [], + "headers": [ + { + "name": "User-Agent", + "value": "Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.0 Safari/534.34" + }, + { + "name": "Accept", + "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + } + ], + "queryString": [], + "headersSize": -1, + "bodySize": -1 + }, + "response": { + "status": 200, + "statusText": "OK", + "httpVersion": "HTTP/1.1", + "cookies": [], + "headers": [ + { + "name": "Date", + "value": "Thu, 12 Feb 2015 22:09:22 GMT" + }, + { + "name": "ETag", + "value": "W/\"221-1366012594000\"" + }, + { + "name": "Last-Modified", + "value": "Mon, 15 Apr 2013 07:56:34 GMT" + }, + { + "name": "Content-Type", + "value": "text/html" + }, + { + "name": "Content-Length", + "value": "221" + }, + { + "name": "Keep-Alive", + "value": "timeout=5, max=98" + }, + { + "name": "Connection", + "value": "Keep-Alive" + } + ], + "redirectURL": "", + "headersSize": -1, + "bodySize": 221, + "content": { + "size": 221, + "mimeType": "text/html" + } + }, + "cache": {}, + "timings": { + "blocked": 0, + "dns": -1, + "connect": -1, + "send": 0, + "wait": 2, + "receive": 0, + "ssl": -1 + }, + "pageref": "http://hki.uio.no/" + } + ] + } +} |