Cloud Armor Matching rule

1k Views Asked by At

My goal is to match evaluatePreconfiguredExpr('sqli-stable') except certain requestUrls. I have setup this expression without any luck:

"expression": "!request.headers['host'].lower().contains('exclude/this/path') && evaluatePreconfiguredExpr('sqli-stable')

Any suggestions?

0

There are 0 best solutions below