Open kennydefie opened 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
.
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?