AntiPattern
HTTP/HTTPS Misredirect Loops
http-https-redirect-loop
Mixed HTTP/HTTPS configuration makes browsers and edge proxies bounce requests across redirect targets until the redirect limit is hit, causing net::ERR_TOO_MANY_REDIRECTS and blocked API calls; fixes usually align scheme and TLS mode consistently end-to-end.