I want to redirect to a different page on my site if they coming from NZ.
The expression is:
(ip.geoip.country eq "NZ" and http.request.uri.path ne "/site1/index.html")
And the URL redirect is "static" with URL being "/site1/index.html"
However, I get hundreds of redirects in a loop all going to
https://webapp-test.eyasgaming.net/site1/index.html
Its not a SSL issue, as each request has SSL. It seems that the rule:
`http.request.uri.path ne "/site1/index.html"`
Is failing