Updated matcher

patch-1
Prince Chaddha 2023-10-19 15:59:23 +05:30 committed by GitHub
parent 465b2bba80
commit b2e4c94b7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -20,16 +20,23 @@ http:
- |
GET /index.php?option=com_booking&controller=customer&task=getUserData&id=123 HTTP/1.1
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '{"name":'
- ',"email":'
- ',"username":'
- '"name":'
- '"username":'
- '"email":'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200