Assume my zone is https://dragon.com
. If I add a rule using this expression:
(http.request.uri.path eq "/store")
Is the zone assumed? Is there any reason to include https://dragon.com
in the path expression?
It does it on any path that matches /store
, could be dragaon.com/store
or www.dragon.com/store
. Both will go through the rate limting rule.
2 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.