-
Notifications
You must be signed in to change notification settings - Fork 437
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
Passing metadata through proxy? #91
Comments
My grpc-web-client version is "grpc-web-client": "^0.3.1", |
I'm seeing the same problem. The go proxy thing seems to be swallowing metadata/headers. |
I have the same problem. My backend server is a SpringBoot server(with grpc-java using Kotlin.) |
Indeed. The previous code of grpc-proxy, that the current grpc-webproxy relies on, relied on the implicit forwarding of metadata inside the The fix requires a change to upstream grpc-go and is discussed in |
@endpress / @ypoluektovich / @suusan2go: Please re-open if latest master does not fix the issue you're seeing. |
It does for me. Thanks! |
I am using grpcwebproxy. My backend server is a node js grpc server. I want pass metadata through grpc-web-client.
But my node server cannot get metadata. It only can get a user-agent metadata.
The text was updated successfully, but these errors were encountered: