Simple redirect rule giving ERR_TOO_MANY_REDIRECTS not SSL issue

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

Hi,

You can use the new Trace (beta) feature available in Cloudflare Dashboard > Accounts to see if there are any other Transform or Redirect Rules matching the path.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.