fullstorydev / grpcui

An interactive web UI for gRPC, along the lines of postman
MIT License
5.26k stars 389 forks source link

add support for grpc-web protocol #113

Open kennydefie opened 3 years ago

kennydefie commented 3 years ago

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?

jhump commented 3 years ago

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 commented 3 years ago

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