-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfallback.gurlf
More file actions
35 lines (34 loc) · 854 Bytes
/
Copy pathfallback.gurlf
File metadata and controls
35 lines (34 loc) · 854 Bytes
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
[http_config]
URL:https://localhost:8081
Body:`
{
"name": "{VARIABLE key=UserID}",
"envOsName": "{ENVIRONMENT key=OsEnvName ; from=os}",
"envFileName": "{ENVIRONMENT key=FileEnvName ; from=.env}",
"password": "{RANDOM oneof=uuid}"
}
`
Headers:`
Content-Type: application/json
Authorization: Bearer {ENVIRONMENT key=FileEnvName ; from=.env}
`
ID:0
Type:http
Response:`root
method: GET
url: /
headers:
Content-Type: application/json
Accept-Encoding: gzip
User-Agent: Go-http-client/1.1
Content-Length: 231
Authorization: Bearer {ENVIRONMENT key=FileEnvName ; from=.env}
cookies:
body:
{
"name": "FALLBACK 509b5133-9871-4684-ba73-7939b635ca25",
"envOsName": "os env 99dce2ee-7d51-49af-b3f3-4548a15e7afd",
"envFileName": "{ENVIRONMENT key=FileEnvName ; from=.env}",
"password": "2a33068e-407c-46f0-b2c2-5749b97673f0"
}`
[\http_config]