Hello All Cc <@U03N1E342B0> i have the following r...
# help
j
Hello All Cc @Tom i have the following request mapping:
Copy code
{
  "id": "f3ce7712-0c1c-478b-b92e-de7394c9998c",
  "request": {
    "urlPattern": "/extends.*",
    "method": "ANY"
  },
  "response": {
    "status": 200,
    "proxyBaseUrl": "<https://abc.com>"
  },
  "uuid": "f3ce7712-0c1c-478b-b92e-de7394c9998c",
  "priority": 1
}
when i send https://abc.com/extends using Wiremock as a browser proxy, the ResponseTransformer response.isFromProxy() is false? why is it false even if it matches the proxy request matching? This happens on Java 17 only.