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
See discussion at #646 which indicates that sending the now-deprecated accept-charset header confuses some (presumably buggy, but real-world) servers.
accept-charset
I'm opening this ticket to drive:
Special thank-you to @MarcoPrins and @tomasz-jasiulek for reporting and investigating this.
The text was updated successfully, but these errors were encountered:
A vanilla request sends the following headers:
ISO-8859-1,utf-8;q=0.7,*;q=0.7
accept-encoding
gzip,deflate,identity
accept-language
en-us,en;q=0.5
accept
*/*
host
user-agent
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Charset
Warnings: "Do not use this header. Browsers omit this header and servers should ignore it."
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Encoding
Warnings: none
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent
Warnings: only to servers about browser detection using the user agent being a bad idea
See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Host
Sorry, something went wrong.
Seems like accept-charset is the only offender. See #648.
Successfully merging a pull request may close this issue.
See discussion at #646 which indicates that sending the now-deprecated
accept-charset
header confuses some (presumably buggy, but real-world) servers.I'm opening this ticket to drive:
accept-charset
accept-charset
header #648Special thank-you to @MarcoPrins and @tomasz-jasiulek for reporting and investigating this.
The text was updated successfully, but these errors were encountered: