fullstorydev / grpcurl

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

Is there any way to not specify a port when connecting to an address #471

Closed i-Welch closed 1 week ago

i-Welch commented 1 week ago

I have a grpc server that I'm making requests against. I already have several tools interfacing with it without a port, but I can't get it to work when adding a port to the end in any of them. Grpcurl unfortunately doesn't let me make the request without a port. Is there anything I can do which would allow me to make requests without specifying a port?

i-Welch commented 1 week ago

After reading through more of the closed issues it appears various hosting services default the grpc service to :443 and postman also knows to default to that port if none is specified. I have no words to express the regret and disappointment I feel at this moment. Hopefully this closed issue can serve as a warning post for those travelers who also come down this cursed and blighted road. To that end.

:443