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
I was testing several sites, and I found this error on one specific example:
blc --filter-level 3 --exclude-internal -r -f -o https://[REDACTED].com
RequestError: Parse Error: Invalid header value char
This seems to be a known error that can be "solved": nodejs/node#22064 (comment)
Environment:
v12.10.0
The text was updated successfully, but these errors were encountered:
Do you encounter this issue when using the currently unreleased v0.8 (via git) ?
Do you have a stack trace?
I think I'd rather wait for Node.js to fix this, though.
Sorry, something went wrong.
From nodejs/node#21509 (comment):
The \u0001 turns into a control character when encoded to ASCII or UTF-8 and those are rejected as a security measure. That's working as expected.
\u0001
No branches or pull requests
I was testing several sites, and I found this error on one specific example:
This seems to be a known error that can be "solved": nodejs/node#22064 (comment)
Environment:
v12.10.0
The text was updated successfully, but these errors were encountered: