improved matcher

patch-1
sandeep 2021-03-04 20:53:55 +05:30
parent 8461498f9a
commit b7aba7f7ac
1 changed files with 12 additions and 5 deletions

View File

@ -23,12 +23,19 @@ requests:
matchers-condition: and
matchers:
- type: regex
regex:
- "uid(.*)"
- "gid(.*)"
part: body
- type: word
words:
- "uid="
- "gid="
- "groups="
condition: and
part: body
- type: word
words:
- text/plain
part: header
- type: status
status:
- 200