Hello,
When checking URIs in a firewall rule, I was wondering if it would make sense to add a new operator “starts” or “begins” that would mimic the regex caret (^) (as regex is only available to Enterprise customers).
Example: (http.request.uri.path starts “/wp/”)
This can be certainly achieved with the full URI, (http.request.full_uri eq “https://your.site/wp/”) but when managing multiple domains, it is tedious to modify the host part every time we copy/paste rules between domains.
Thank you.