minor update
parent
a2a22a469a
commit
00f2c8754c
|
@ -19,10 +19,8 @@ http:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/_/#/login"
|
||||
- "{{BaseURL}}/_/images/favicon/favicon.ico"
|
||||
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
|
@ -30,6 +28,6 @@ http:
|
|||
- '<title>PocketBase'
|
||||
case-insensitive: true
|
||||
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code==200 && (\"981081715\" == mmh3(base64_py(body)))"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue