-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGetCookie.json
70 lines (70 loc) · 1.7 KB
/
GetCookie.json
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
{
"front-version": "2.18.0",
"version": 3,
"nodes": [
{
"type": "Request",
"method": {
"requestBody": true,
"link": "http://tools.ietf.org/html/rfc7231#section-4.3.3",
"name": "POST"
},
"body": {
"formBody": {
"overrideContentType": true,
"encoding": "application/x-www-form-urlencoded",
"items": []
},
"bodyType": "Text",
"textBody": "{\n \"cellUrl\": \"${\"cellUrl\"}\",\n \"username\": \"${\"username\"}\",\n \"password\": \"${\"password\"}\"\n}"
},
"uri": {
"query": {
"delimiter": "&",
"items": []
},
"scheme": {
"secure": true,
"name": "https",
"version": "V11"
},
"host": "${\"cellUrl\"}GetCookie",
"path": "/Engine/test"
},
"id": "089a2240-5259-4ca4-b4a1-725460ff8c46",
"lastModified": "2018-07-18T22:58:36.463+09:00",
"name": "Get cookie from httpclient POST method",
"headers": [
{
"enabled": true,
"name": "Accept",
"value": "application/json"
}
],
"metaInfo": {}
},
{
"type": "Context",
"id": "5653cd9b-fa61-4082-b0c6-0d32813c7943",
"lastModified": "2018-07-18T22:58:56.904+09:00",
"name": "GetCookie",
"variables": [
{
"enabled": true,
"name": "cellUrl",
"value": "https://demo.personium.io/***/"
},
{
"enabled": true,
"name": "username",
"value": "***"
},
{
"enabled": true,
"name": "password",
"value": "***"
}
]
}
]
}