Easy solution “expression”: “EndsWith(RequestPath, ‘/healthcheck’) AND StatusCode=200”
Replaced AND by OR
“expression”: “EndsWith(RequestPath, ‘/healthcheck’) OR StatusCode=200”
CLICK HERE to find out more related problems solutions.
Easy solution “expression”: “EndsWith(RequestPath, ‘/healthcheck’) AND StatusCode=200”
Replaced AND by OR
“expression”: “EndsWith(RequestPath, ‘/healthcheck’) OR StatusCode=200”
CLICK HERE to find out more related problems solutions.