This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsess.json
More file actions
41 lines (41 loc) · 1.26 KB
/
sess.json
File metadata and controls
41 lines (41 loc) · 1.26 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
{
"__meta__": {
"about": "HTTPie session file",
"help": "https://github.com/jkbrzt/httpie#sessions",
"httpie": "0.9.6"
},
"auth": {
"password": null,
"type": null,
"username": null
},
"cookies": {
"abtests": {
"expires": null,
"path": "/",
"secure": true,
"value": "eyJoaWdobGlnaHRCdXR0b25Pbkluc3RhbGwiOnsidmFsdWUiOiJjb250cm9sIiwiZ2FGaWVsZCI6ImNkMyIsInZlcnNpb24iOjF9LCJzdHlsZU15U2hvdHNCdXR0b24iOnsidmFsdWUiOiJjb250cm9sIiwiZ2FGaWVsZCI6ImNkNCIsInZlcnNpb24iOjF9LCJhdXRvT3BlblNoYXJlUGFuZWwiOnsidmFsdWUiOiJjb250cm9sIiwiZ2FGaWVsZCI6ImNkNSIsInZlcnNpb24iOjEsInNob3RGaWVsZCI6ImNkNiJ9fQ=="
},
"abtests.sig": {
"expires": null,
"path": "/",
"secure": true,
"value": "RaLSzsm7ATg732SFBD0t8KvwrBU"
},
"user": {
"expires": null,
"path": "/",
"secure": true,
"value": "12345678901234561234567890123456"
},
"user.sig": {
"expires": null,
"path": "/",
"secure": true,
"value": "juUECilNYMk1y7yYGRISWkfbJ3U"
}
},
"headers": {
"Accept": "application/json, */*"
}
}