-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.har
104 lines (104 loc) · 3.54 KB
/
example.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"log": {
"pages": [],
"comment": "",
"entries": [
{
"comment": "IFTTT - Example ON",
"time": 0,
"serverIPAddress": "108.156.91.103",
"connection": "ClientPort:0;EgressPort:62999",
"request": {
"headersSize": 0,
"postData": {
"text": "",
"mimeType": "application/json"
},
"queryString": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Host",
"value": "maker.ifttt.com"
}
],
"bodySize": 0,
"url": "https://maker.ifttt.com/trigger/random_trigger_on/with/key/bloop-blop",
"cookies": [],
"method": "GET",
"httpVersion": "HTTP/1.1"
},
"timings": {
"blocked": -1,
"ssl": 0,
"receive": 0,
"wait": 0,
"dns": 0,
"send": 0,
"connect": 0
},
"response": { },
"startedDateTime": "2022-04-08T16:33:37.2014031-04:00",
"cache": {}
},
{
"comment": "IFTTT - Example OFF",
"time": 0,
"serverIPAddress": "108.156.91.103",
"connection": "ClientPort:0;EgressPort:62999",
"request": {
"headersSize": 0,
"postData": {
"text": "",
"mimeType": "application/json"
},
"queryString": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Accept",
"value": "application/json"
},
{
"name": "Host",
"value": "maker.ifttt.com"
}
],
"bodySize": 0,
"url": "https://maker.ifttt.com/trigger/random_trigger_off/with/key/bloop-blop",
"cookies": [],
"method": "GET",
"httpVersion": "HTTP/1.1"
},
"timings": {
"blocked": -1,
"ssl": 0,
"receive": 0,
"wait": 0,
"dns": 0,
"send": 0,
"connect": 0
},
"response": {},
"startedDateTime": "2022-04-08T16:33:37.2014031-04:00",
"cache": {}
}
],
"creator": {
"name": "Fiddler",
"comment": "https://fiddler2.com",
"version": "5.0.20211.51073"
},
"version": "1.2"
}
}