Slackbot
07/17/2023, 8:50 AMTom
07/17/2023, 9:06 AMurlPathMatching
with a query string as you’ve attempted here.
Since you’re not using a regex in the URL I suggest changing this to urlPathEqualTo("/loyalty-accounts")
and add .withQueryParam("employeeUid", equalTo("20010987"))
to the chain.Guillaume GAYOT
07/17/2023, 9:23 AMGuillaume GAYOT
07/17/2023, 1:47 PMTom
07/17/2023, 2:05 PM