Creste WAF block rule
Try to create a waf block rule for content does not have field: “issardinerequired: true”,
Tru the following expressions, it is either block whole website or give me invalid expression, deeply appreciate for any help.
not HTTP.request.body contains [”issardinerequired”: “true”]
not HTTP.request.uri.query contains contains [”issardinerequired”: “true”]
any(HTTP. request.body.forms [”issardinerequired”] ne “true”
HTTP.request.body.value
Etc……..
0 Replies