grpcui icon indicating copy to clipboard operation
grpcui copied to clipboard

add support for grpc-web protocol

Open kennydefie opened this issue 3 years ago • 2 comments

Hello,

I tested this and it works well for direct grpc server. If we have envoy proxy in front of grpc server to support grpc-web, how can we test this grpc-web calls?

kennydefie avatar Apr 21 '21 07:04 kennydefie

At the moment, this does not work with grpc-web. But that is something we are interested in supporting and have a plan to eventually add that support.

That plan is to add support for the grpc-web protocol to this package. That package's current protocol pre-dates the addition of grpc-web -- back then, it was just a spec doc without a supported implementation. Once that package is updated, we can incorporate it into both grpcurl and grpcui.

jhump avatar Apr 21 '21 14:04 jhump

Relates to https://github.com/fullstorydev/grpchan/issues/21

jhump avatar Apr 21 '21 14:04 jhump