-
Notifications
You must be signed in to change notification settings - Fork 442
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
Header overflow on Node Functions #6550
Comments
Hi @luthv , To understand the issue better, we would require additional information from your end. Kindly, specify the repro steps and can you share the name of function app, time stamp & region as mentioned in the issue template. Also, please confirm if the error is coming from the third party tool that you are using? If my understanding is right from the given information, this issue is related to #8656. Please refer to the issue and change the variables as mentioned in #8656, if that helps. |
I think to solve this we have to specify https://nvd.nist.gov/vuln/detail/CVE-2018-12121 |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. |
@mhoeger Looks like we can set an environment variable @luthv Do you have an example of an API call that returns headers > 8KB that we can test this with? |
Unfortunately not anymore, it was a WordPress woocommerce server and the offending plugin was the NicePay plugin which for some reason use the headers for error messages about configuration problem. |
Is your question related to a specific version? If so, please specify:
Node v12
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
JavaScript
Question
I have a function that makes an API call to a third party service but unfortunately got this error "Parse Error: Header overflow" on each call due to the response headers size is larger than 8K.
Is there anyway we can increase the limit of the response header size for Node js functions?
The text was updated successfully, but these errors were encountered: