DO we have condition to use "not startswith" ( ex wants to check whether authorization is not starting with Bearer) > I have tried using "NOT =|" but it is not working. Any oher ways? "

 
1 2 140
2 REPLIES 2

Can you show specifically what you tried? "NOT =|" gives me a vague idea, but no clarity.

I just tried this:

      <Condition>NOT(proxy.pathsuffix =| "/foop")</Condition>

...and it works as expected. The Condition returns TRUE when the proxy.pathsuffix does not start with /foop.

Maybe you have your syntax not quite right.

Not applicable

just try as

NOT(request.header.Variable Matches "Bearer **")