-
### Is there an existing request for this feature?
- [X] I have searched the existing issues for this feature request
### Is your feature request related to a problem?
Thanks for your beta support …
-
Now in proxyman i can copy as curl, but it dosn't support grpc calls. Pls add copy as grpcurl for grpc requests
-
This works:
```
docker run fullstorydev/grpcurl:v1.8.7 -d '{ "starting_version": 0 }' -max-msg-sz 30000000 -H "authorization:Bearer aptoslabs_ep2o8nuDPuS_529dxW5UWEUY1YZeRWLM6EPCmsLNuz4BE" grp…
-
Attempts at installing fail:
```
# git clone https://github.com/fullstorydev/grpcurl
Cloning into 'grpcurl'...
remote: Enumerating objects: 1028, done.
...
# cd grpcurl/
# make
go get -d -v …
-
While working with grpcurl with some HTTP/2 proxies between `grpcurl` and the gRPC server, I noticed that for the following request:
```
$ grpcurl -v -plaintext -d '{"name": "Laurent"}' localhost:8…
-
### Describe the bug
Hello,
Im implementing Envoy ext_authz GRPC service - [here is proto file](https://github.com/envoyproxy/envoy/blob/ddaa2c331338e87f57639ad0bdb35b68a510d7b4/api/envoy/service/au…
-
Reported by @nandanarista:
I did some digging and found at least one problem with reflection[1] for gRIBI (in general, not specific to EOS, problem occurs in gribigo[2] as well)
Focussing on the…
liulk updated
8 months ago
-
We need RPM for rhel and centos. I saw https://pkgs.org/download/grpcurl but it does not have RPMs for rhel and centos. Can you please share how can we get RPM for these two Linux versions?
-
@plombardi89 Hi. Thanks for maintaining this!
I recently contributed a [useful feature](https://github.com/fullstorydev/grpcurl/pull/33) to grpcurl, whic allows to specify `:authority` pseudo-heade…
-
Hi,
I have my grpc service behind an API gateway. The gateway protects the service using an API key. I am able to use the above using `grpcurl` as follows:
```
grpcurl \
-H 'Authorization:\
-d …