-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Kong dropping some of the request headers #3586
Comments
I suppose you also get something like this in
|
Kong by default uses a lot of Nginx defaults. If you need to change this, you need to have this: set to:
As this is Nginx configuration setting, and we are using the default, I feel this is more like a configuration issue on your side, so I will close this. |
This will come with So you don't even need to use custom nginx configuration there anymore to change this. |
Thanks you are right |
As observed from Wireshark, Kong is not forwarding all the headers to upstream.
I am trying to send a request with following headers.
At the upstream server "com.bea.wlcp.wlng.plugin.sms.RequestDeliveryReportFlag":"true" is not coming. Does kong has any limitation ?
0.13.1
)The text was updated successfully, but these errors were encountered: