You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): compare allowed_hosts and allowed_origins case-insensitively
- Normalize host/origin and allowed lists to lowercase in TransportSecurityMiddleware
- Ensures RFC 9110 compliant case-insensitive hostname and origin matching
- Prevents 421/403 rejections when uppercase hostnames are configured (e.g. on Windows)
- Add tests for uppercase and mixed-case host and origin validation
Fixes#3437
0 commit comments