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
It looks like the Go runtime for gRPC, which is what grpcurl uses under its hood, supports environment variables in a similar fashion as curl and python: HTTP_PROXY, HTTPS_PROXY, and NO_PROXY can inform the program how to route a request through a proxy.
So I think the following would work. Please try it out:
Our environment has a forward proxy, and we need equivalent of this curl option in grpcurl:
curl http://example.com --proxy 127.0.0.1:8080
Is it possible?
The text was updated successfully, but these errors were encountered: