Skip to content
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

Error: Parse Error: Invalid header value char #159

Closed
BBerastegui opened this issue Sep 25, 2019 · 2 comments
Closed

Error: Parse Error: Invalid header value char #159

BBerastegui opened this issue Sep 25, 2019 · 2 comments
Labels

Comments

@BBerastegui
Copy link

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:

  • Environment: node:latest docker image
  • Node version: v12.10.0
  • broken-link-checker version: 0.8.0
@stevenvachon
Copy link
Owner

stevenvachon commented Sep 25, 2019

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.

@stevenvachon
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants