Updated to remove trailing spaces
parent
464d0308b3
commit
06decc2129
|
@ -15,8 +15,7 @@ requests:
|
|||
part: body # part of the response (header,body,all)
|
||||
regex:
|
||||
- "<title>.*?Apache(|\\d+) .*?(Default|Test).*?</title>"
|
||||
|
||||
- type: regex # type of the extractor
|
||||
part: body # part of the response (header,body,all)
|
||||
regex:
|
||||
- "<title>(Default|Test).*? Apache(|\\d+).*?</title>"
|
||||
- "<title>(Default|Test).*? Apache(|\\d+).*?</title>"
|
||||
|
|
Loading…
Reference in New Issue