-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
something wrong with service #748
Comments
I found #224 but i'm realy need to pass fingerprint that contains colons. And i'm believe that it can be possible. |
You need to URL encode your request. |
@johanbrandhorst why! Colon as i know does not need to be url encoded. |
This is a duplicate of #556, right? Is this working on master? |
@johanbrandhorst No, i need to receive param that contains colons via grpc-gateway for my grpc service, now i have ugly method to override param (adding trailing colon) before pass it to handler |
Sorry, I mean #566 |
I'm use github.com/golang/protobuf v1.2.0 |
I'm fetch master of grpc-gateway and now all fine. May be the time to get new release? |
Yes, we will be making a new release shortly :). See #733. Glad it's working now. |
@johanbrandhorst thanks! |
I have simple service
When i'm do request like
all works fine, but when i'm try to get key via fingerprint like
i have error: Not Implemented
The text was updated successfully, but these errors were encountered: