Skip to content
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

gRPC-Web plugin not working #8250

Open
2 tasks done
brnch opened this issue Dec 11, 2024 · 0 comments
Open
2 tasks done

gRPC-Web plugin not working #8250

brnch opened this issue Dec 11, 2024 · 0 comments

Comments

@brnch
Copy link

brnch commented Dec 11, 2024

Where is the problem?

As you can verify, the gRPC-Web request handling seems incorrect. Specifically, the te header, which is mandatory in HTTP/2.0, is missing after converting from HTTP/1.1 to HTTP/2.0. As a result, the gRPC server rejects the gRPC-Web messages processed by this plugin and returns the following error:

"grpc-message: Missing :te header"

What is your suggestion?

Add the "te" header to the request headers when converting to HTTP/2.0!!!

Code of Conduct and Community Expectations

  • I agree to follow this project's Code of Conduct
  • I agree to abide by the Community Expectations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant