Updated matcher
parent
23a968d819
commit
6ed631f48f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue