limit the matcher / extractor scope to location header

patch-1
sandeep 2022-03-15 11:46:47 +05:30
parent 75679c023d
commit 0edbae8e45
1 changed files with 2 additions and 2 deletions

View File

@ -47,13 +47,13 @@ requests:
- '<center><h1>301 Moved Permanently</h1></center>'
- type: regex
part: header
part: location
regex:
- 'https?:\/\/(.*):'
extractors:
- type: regex
part: header
part: location
group: 1
regex:
- 'https?:\/\/(.*):'