-
-
desktop/core/ext-py/Django-1.11.20/django/http/request.py (Diff revision 1) Nice, just instead of modifying Django code directly, could we use a middleware?
Seems like an official solution? https://github.com/django/django/commit/6e201bcae2
https://code.djangoproject.com/ticket/11877
https://code.djangoproject.com/ticket/20303
HUE-8836 [core] request.get_host() is broken when HTTP_X_FORWARDED_HOST contains multiple hosts
Review Request #13948 — Created May 13, 2019 and updated
Information | |
---|---|
ranade | |
hue | |
Reviewers | |
hue | |
jgauthier, johan, ranade, romain, subrata, weixia, yingc |
HUE-8836 [core] request.get_host() is broken when HTTP_X_FORWARDED_HOST contains multiple hosts
Tested on Browser --> Knox Proxy --> Hue Load Balancer --> Hue server. Working fine.