limit the matcher / extractor scope to location header
parent
75679c023d
commit
0edbae8e45
|
@ -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?:\/\/(.*):'
|
Loading…
Reference in New Issue