-
Notifications
You must be signed in to change notification settings - Fork 336
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
upstream sent too big header while reading response header from upstream #398
Comments
I've seen a similar problem and it looks like to fix it API Umbrella needs to include in its internal Although the Experimenting, for version 0.14.4 I found that I had to override
I used a larger value,
This kept It looks like in the current If somebody knows for sure that I'm barking up the wrong tree, I'd be happy to hear it. |
Sorry for the belated response on this, but this should now be more easily configurable in the v0.15.1 release. You can now configure this in your nginx:
proxy_buffer_size: 8k
proxy_buffers: 8 8k The default value in v0.15.1 is 8k, which may be higher than the previous default value of either 4k or 8k (it depended on the platform). But if you need to raise this default it should hopefully be more easily configurable. And thanks to @kcharter for providing more details and workarounds before v0.15.1's release! |
Hello everyone,
I have installed API Umbrella on docker and everything is working fine, but for one of the api requests I get this 502- Bad Gateway and I checked the current log file and found this error.
The same API is accessible if the parameters sent in the header are shorter, but I need to have a longer header for this API so I wonder if some one knows where's the problem exactly
Here's a sample for the bad request from the log file
The text was updated successfully, but these errors were encountered: