From 595072f23758d5b00bd4cad994c42d34b4c0d5ff Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Wed, 18 Jan 2023 01:42:22 +0530 Subject: [PATCH] updated matchers --- exposed-panels/sap-successfactors-detect.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/exposed-panels/sap-successfactors-detect.yaml b/exposed-panels/sap-successfactors-detect.yaml index bfe77aea93..1a14705d90 100644 --- a/exposed-panels/sap-successfactors-detect.yaml +++ b/exposed-panels/sap-successfactors-detect.yaml @@ -12,23 +12,21 @@ info: requests: - method: GET path: + - '{{BaseURL}}' - '{{BaseURL}}/sf/start' + stop-at-first-match: true + host-redirects: true + max-redirects: 2 matchers-condition: and matchers: - - type: word part: body words: - 'SAP SuccessFactors' - - 'ajaxSecKey=' + - 'sap-ui-core' condition: and - - type: word - part: header - words: - - "text/html" - - type: status status: - 200