I just need source IP and uri path matching will skip waf rule and call to backend. But when I config follow below picture, source ip can call to all path after hostname.
P/s: with only 1 uri path rule is working, but when I need matching 02 URI path, rule is not working.
You will need to use the Expression Editor to manually regroup the OR at the end.
It will look like: ip.src in $tests and http.host eq "hostname" and (starts_with(http.request.uri.path, "/one") or starts_with(http.request.uri.path, "/two"))