haproxy - Too many redirects NSX Load Balancer (HA Proxy ...
serverfault.com › questions › 1034480Sep 18, 2020 · Too many redirects NSX Load Balancer (HA Proxy) Application rule. Bookmark this question. Show activity on this post. We are trying to do a redirect from / to /access/signin however with the following application rule we see too many redirects (looping) for HTTPS, HTTP is working fine. when HTTP_REQUEST { set host_info [string tolower [HTTP::host]] set uri_info [string tolower [HTTP::uri]] switch -glob $host_info { "www.test.com" { switch -glob $uri_info { "/access/signin*" { HTTP::respond ...