Fix

HTTP → HTTPS Redirect

Force HTTPS at the edge and ensure the app is consistent behind proxies.

InfoCategory: redirects
Fix steps
  • Implement one canonical redirect at the edge/CDN (preferred).
  • Ensure the app respects X-Forwarded-Proto so it doesn’t re-redirect incorrectly.
  • Re-test and confirm you get a single clean redirect at most.