21 lines
263 B
YAML
21 lines
263 B
YAML
info:
|
|
name: Get
|
|
type: http
|
|
seq: 2
|
|
|
|
http:
|
|
method: GET
|
|
url: "{{BASE_URL}}/{{SECTOR}}/{{UserID}}"
|
|
auth: inherit
|
|
|
|
runtime:
|
|
variables:
|
|
- name: UserID
|
|
value: ""
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|