-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathrecording.har
More file actions
159 lines (159 loc) · 5.02 KB
/
recording.har
File metadata and controls
159 lines (159 loc) · 5.02 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"log": {
"_recordingName": "EasyPost/makes an API call using the generic makeApiCall method",
"creator": {
"comment": "persister:fs",
"name": "Polly.JS",
"version": "6.0.6"
},
"entries": [
{
"_id": "834b8b7f362e8009ac3eac7fcad8be46",
"_order": 0,
"cache": {},
"request": {
"bodySize": 0,
"cookies": [],
"headers": [
{
"name": "accept-encoding",
"value": "gzip, deflate"
},
{
"name": "accept",
"value": "application/json"
},
{
"name": "content-type",
"value": "application/json"
},
{
"name": "host",
"value": "api.easypost.com"
}
],
"headersSize": 382,
"httpVersion": "HTTP/1.1",
"method": "GET",
"queryString": [
{
"name": "page_size",
"value": "1"
}
],
"url": "https://api.easypost.com/v2//addresses?page_size=1"
},
"response": {
"bodySize": 608,
"content": {
"encoding": "base64",
"mimeType": "application/json; charset=utf-8",
"size": 608,
"text": "{\"addresses\":[{\"id\":\"adr_793e897dbc0611f08682ac1f6bc539ae\",\"object\":\"Address\",\"created_at\":\"2025-11-07T18:20:43Z\",\"updated_at\":\"2025-11-07T18:20:43Z\",\"name\":null,\"company\":\"EASYPOST\",\"street1\":\"000 UNKNOWN STREET\",\"street2\":null,\"city\":\"NOT A CITY\",\"state\":\"ZZ\",\"zip\":\"00001\",\"country\":\"US\",\"phone\":\"<REDACTED>\",\"email\":\"<REDACTED>\",\"mode\":\"test\",\"carrier_facility\":null,\"residential\":null,\"federal_tax_id\":null,\"state_tax_id\":null,\"verifications\":{\"zip4\":{\"success\":true,\"errors\":[{\"code\":\"E.ADDRESS.NOT_FOUND\",\"field\":\"address\",\"message\":\"Address not found\",\"suggestion\":null}],\"details\":null},\"delivery\":{\"success\":true,\"errors\":[{\"code\":\"E.ADDRESS.NOT_FOUND\",\"field\":\"address\",\"message\":\"Address not found\",\"suggestion\":null}],\"details\":{\"latitude\":null,\"longitude\":null,\"time_zone\":null}},\"verify_carrier\":\"ups\"}}],\"has_more\":true}"
},
"cookies": [],
"headers": [
{
"name": "x-frame-options",
"value": "SAMEORIGIN"
},
{
"name": "x-xss-protection",
"value": "1; mode=block"
},
{
"name": "x-content-type-options",
"value": "nosniff"
},
{
"name": "x-download-options",
"value": "noopen"
},
{
"name": "x-permitted-cross-domain-policies",
"value": "none"
},
{
"name": "referrer-policy",
"value": "strict-origin-when-cross-origin"
},
{
"name": "x-ep-request-uuid",
"value": "16819983698e0f99e787ddc1011e7834"
},
{
"name": "cache-control",
"value": "private, no-cache, no-store"
},
{
"name": "pragma",
"value": "no-cache"
},
{
"name": "expires",
"value": "0"
},
{
"name": "content-type",
"value": "application/json; charset=utf-8"
},
{
"name": "x-runtime",
"value": "0.036544"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "transfer-encoding",
"value": "chunked"
},
{
"name": "x-node",
"value": "bigweb56nuq"
},
{
"name": "x-version-label",
"value": "easypost-202602121702-bfe72e7ac7-master"
},
{
"name": "x-backend",
"value": "easypost"
},
{
"name": "x-proxied",
"value": "intlb5nuq 0dcc3a6efb, extlb1nuq c01291cd8f"
},
{
"name": "strict-transport-security",
"value": "max-age=31536000; includeSubDomains; preload"
},
{
"name": "connection",
"value": "close"
}
],
"headersSize": 710,
"httpVersion": "HTTP/1.1",
"redirectURL": "",
"status": 200,
"statusText": "OK"
},
"startedDateTime": "2026-02-12T17:36:25.762Z",
"time": 278,
"timings": {
"blocked": -1,
"connect": -1,
"dns": -1,
"receive": 0,
"send": 0,
"ssl": -1,
"wait": 278
}
}
],
"pages": [],
"version": "1.2"
}
}