forked from andrewf/pcap2har
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest_only.pcap.har
84 lines (84 loc) · 2.17 KB
/
request_only.pcap.har
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"log": {
"browser": {
"name": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.0 Safari/537.4",
"version": "mumble"
},
"creator": {
"name": "pcap2har",
"version": "0.1"
},
"entries": [
{
"cache": {},
"pageref": "page_0",
"request": {
"bodySize": 0,
"cookies": [],
"headers": [
{
"name": "accept",
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
},
{
"name": "accept-charset",
"value": "ISO-8859-1,utf-8;q=0.7,*;q=0.3"
},
{
"name": "accept-encoding",
"value": "gzip,deflate,sdch"
},
{
"name": "accept-language",
"value": "en-US,en;q=0.8"
},
{
"name": "cache-control",
"value": "max-age=0"
},
{
"name": "connection",
"value": "keep-alive"
},
{
"name": "host",
"value": "localhost:8000"
},
{
"name": "user-agent",
"value": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.0 Safari/537.4"
}
],
"headersSize": -1,
"httpVersion": "HTTP/1.1",
"method": "GET",
"queryString": [],
"url": "http://localhost:8000/non/existent.html"
},
"response": null,
"startedDateTime": "2012-08-17T15:14:02.607882Z",
"time": -1,
"timings": {
"blocked": -1,
"connect": 0,
"dns": -1,
"receive": -1,
"send": 0,
"wait": -1
}
}
],
"pages": [
{
"id": "page_0",
"pageTimings": {
"onContentLoad": -1,
"onLoad": -1
},
"startedDateTime": "2012-08-17T15:14:02.607882Z",
"title": "unknown title"
}
],
"version": "1.1"
}
}