-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
Encoding error on redirected response headers #7928
Comments
The headers in your example are in
|
@claudiorodriguez When i do is |
Header values in node are parsed using the
|
Thank you guys. Since this is the expected behaviour i will close this issue. |
Why is Node.js not parsing it as UTF8? It's also not documented, AFAIK, that headers are in |
@sindresorhus It's in the HTTP 1.1 specification. |
Should we be specific and write that down in the Nodejs documentation? |
When i run this snippet:
I have this return
The
Location
value has a problem with the encoding:http://www.extra.com.br/EsporteLazer/AcessoriosdeTreino/PanoMágico/?Filtro=C418_C2129_M71802
if i try to use something like curl i have the correct encoding:
With this request i have the following location
Location: http://www.extra.com.br/EsporteLazer/AcessoriosdeTreino/PanoMágico/?Filtro=C418_C2129_M71802
The text was updated successfully, but these errors were encountered: