update matcher
parent
50273e3e76
commit
29079aeb07
|
@ -17,20 +17,20 @@ info:
|
|||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx'
|
||||
- '{{BaseURL}}/RDWeb/'
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
max-redirects: 1
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
part: header
|
||||
words:
|
||||
- "Web Access</title>"
|
||||
- "TSWAFeatureCheckCookie=true; path=/RDWeb/"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 302
|
||||
|
||||
# digest: 4a0a0047304502207ecfb826fef4922ae2eac1451be1a274656ad976f0f8b05ca2adbe8b6ecd118002210089ee52252d19f9720dd47a0d86fe05a41ccc1ab647bd4f5b59fbc615aefe5732:922c64590222798bb761d5b6d8e72950
|
||||
|
|
Loading…
Reference in New Issue