New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev server sets wrong HTTP_HOST when path starts with a double slash #822
Labels
Comments
|
As reported in the linked issue, this can lead to weird behavior. http://127.0.0.1:5000//google.com will redirect to Google. |
|
That should definitely be fixed. |
|
Perhaps just change |
|
Triaging: blocker bug |
|
Could somebody review #890 and check if I missed something? |
untitaker
added a commit
that referenced
this issue
Apr 10, 2016
untitaker
added a commit
that referenced
this issue
Apr 10, 2016
untitaker
added a commit
that referenced
this issue
Apr 10, 2016
untitaker
added a commit
that referenced
this issue
Apr 14, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See pallets/flask#1639 (comment)
This code was added in 7486573 / #248. Do absolute http requests even make sense except for HTTP proxies?
The text was updated successfully, but these errors were encountered: