fullstorydev / grpcurl

Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
MIT License
10.39k stars 496 forks source link

How to trace request/response http calls #303

Open victordragan opened 2 years ago

victordragan commented 2 years ago

Hi,

Can you please tell me if there is any way of tracing the http calls during a grpc communication session ? To trace maybe the req/resp headers, body, etc ? I tried to run grpcurl --v, but still we get only some basic info.

We are trying to connect to some grpc endpoints and with grpcurl everything works fine, but with our .net client is failing, so we would like to compare the requests and check for differences.

Thank you in advance.