Updated matcher

patch-1
Prince Chaddha 2024-03-28 13:52:14 +05:30 committed by GitHub
parent 23a968d819
commit 6ed631f48f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 6 deletions

View File

@ -26,12 +26,14 @@ http:
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
negative: true
words:
- "<html"
- "[config]"
- type: word
part: header
words:
- "application/octet-stream"
- "text/plain"
condition: or