-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathtry-basic-auth.json
More file actions
85 lines (85 loc) · 1.75 KB
/
try-basic-auth.json
File metadata and controls
85 lines (85 loc) · 1.75 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
[
{
"id": "42afd0252abcde7b",
"type": "http in",
"z": "c63466f5ec185814",
"name": "",
"url": "basic-auth",
"method": "get",
"upload": false,
"swaggerDoc": "",
"x": 760,
"y": 160,
"wires": [
[
"a592efb9da32b941"
]
]
},
{
"id": "a453e55d889e4f45",
"type": "http response",
"z": "c63466f5ec185814",
"name": "",
"statusCode": "",
"headers": {},
"x": 1190,
"y": 220,
"wires": []
},
{
"id": "15935af93c0fb448",
"type": "change",
"z": "c63466f5ec185814",
"name": "inform about success",
"rules": [
{
"t": "set",
"p": "payload",
"pt": "msg",
"to": "successfully authorized",
"tot": "str"
}
],
"action": "",
"property": "",
"from": "",
"to": "",
"reg": false,
"x": 1000,
"y": 220,
"wires": [
[
"a453e55d889e4f45"
]
]
},
{
"id": "82171f093abb349a",
"type": "comment",
"z": "c63466f5ec185814",
"name": "try yourself",
"info": "",
"x": 740,
"y": 100,
"wires": []
},
{
"id": "a592efb9da32b941",
"type": "reusable",
"z": "c63466f5ec185814",
"name": "",
"target": "basic auth",
"outputs": 2,
"x": 950,
"y": 160,
"wires": [
[
"15935af93c0fb448"
],
[
"a453e55d889e4f45"
]
]
}
]