We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Host
This is according to mozilla. Apparently some applications get upset if they are being hosted on a different port and this header is not included.
┌ Info: HTTP.Messages.Request: │ """ │ GET / HTTP/1.1 │ Host: localhost:8000 │ User-Agent: python-requests/2.23.0 │ Accept-Encoding: gzip, deflate │ Accept: */* │ Connection: keep-alive │ └ """ ┌ Info: HTTP.Messages.Request: │ """ │ GET / HTTP/1.1 │ Host: localhost │ Accept: */* │ User-Agent: HTTP.jl/1.5.3 │ Content-Length: 0 │ └ """
The former is from Python requests and the latter is from HTTP.jl.
requests
The text was updated successfully, but these errors were encountered:
Include port in Host header, fixes JuliaWeb#673.
76a67ce
2164634
4f0175c
Thanks all.
Sorry, something went wrong.
No branches or pull requests
This is according to mozilla. Apparently some applications get upset if they are being hosted on a different port and this header is not included.
The former is from Python
requests
and the latter is from HTTP.jl.The text was updated successfully, but these errors were encountered: