Robert Collins added the comment:

Oh, also - while its tempting to say that it doesn't matter whether we take the 
urls host portion, or the host header or the server name - it does. Deployments 
that look like:

LB/Firewall <-> backend container -> WSGI app

are likely to have assumptions within the WSGI app about what sort of urls they 
expect to reach them. We can mitigate this by being very explicit about 
whatever solution we have.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21472>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to