You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: