Update drupal-user-enum-ajax.yaml
parent
8652ce2262
commit
11e515daad
|
@ -15,19 +15,24 @@ requests:
|
||||||
- "{{BaseURL}}/?q=views/ajax/autocomplete/user/a"
|
- "{{BaseURL}}/?q=views/ajax/autocomplete/user/a"
|
||||||
headers:
|
headers:
|
||||||
User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
|
User-Agent: "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0"
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
|
||||||
regex:
|
|
||||||
- '(?i)\{\"a'
|
|
||||||
part: body
|
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "Content-Type: application/json"
|
- '":"a.'
|
||||||
|
- '":"A.'
|
||||||
|
part: body
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "application/json"
|
||||||
part: header
|
part: header
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue