Merge pull request #789 from AlessandroZ/master

New tomcat manager path
patch-1
PD-Team 2021-02-01 23:05:23 +05:30 committed by GitHub
commit bbee22733a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ requests:
- method: GET
path:
- '{{BaseURL}}/manager/html'
- '{{BaseURL}}/host-manager/html'
matchers-condition: and
matchers:

View File

@ -8,6 +8,7 @@ requests:
- method: GET
path:
- '{{BaseURL}}/..;/manager/html'
- '{{BaseURL}}/..;/host-manager/html'
headers:
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
matchers: