-
Sid started the topic Escaping characters in condition statements in IG route in the forum Identity Gateway 4 years ago
I am trying to pass conditions for “not matches” in IG route as follows:
“condition”: “${matches (request.uri.path, ‘^/sample/’) and not (matches (request.uri.path, ‘^/sample/pageone/.*?.*’) )}”
Problem is with not matches part. ^/sample/pageone/.*?.* evaluates correctly in a regex validator but IG keeps throwing…[Read more]