fullstorydev / fullstorydev/grpcurl
endpoint:80/sub is not recognized in grpcurl
Open
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
Hi, I have a service endpoint as ```endpoint:80/subgrpc``` when I pass in whole grpcurl as this:
```
grpcurl -d '{body}' -H 'authorization: Bearer jwtKey' -plaintext endpoint:80/subgrpc service/serviceName
```
return log as:
```
Failed to dial target host "endpoint:80/subgrpc": dial tcp: lookup tcp/80/serviceName: unknown port
```
Did I wrongly pass anything into the command ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.