-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
ERR_INVALID_CHAR when response.setHeader() #21509
Comments
The |
For anyone else that comes across this issue: The cookies are coming from Imperva's Incapsula product. You can request that they not inject those cookies by reaching out to their support team. |
I have an image proxy built with node js that throws this error every couple of minutes and I cannot find a way to handle this error. Does anyone have a solution for this ? |
I have documented a solution in this thread. |
v10.5.0
Presumably it's \u0001 , is identified an unicode? That's not my server response headers, so it's being served for a long time and others server are accepting it without any issues... So why node.js is not willing to accept that one when i'm trying to proxy request further by setting it via .setHeader() ?
The text was updated successfully, but these errors were encountered: