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
URLs that have basic auth included in the origin username:[email protected] should pass the appropriate headers via metadata in the gRPC call.
If I pass a URL like this to gRPC-gateway: myuser:[email protected]/api-call1 I would expect the grpcgateway-authorization and authorization keys to be set with the relevant data, just as if I had passed the username/password via the Authorization: Basic ... header
The text was updated successfully, but these errors were encountered:
URLs that have basic auth included in the origin
username:[email protected]
should pass the appropriate headers via metadata in the gRPC call.If I pass a URL like this to gRPC-gateway:
myuser:[email protected]/api-call1
I would expect thegrpcgateway-authorization
andauthorization
keys to be set with the relevant data, just as if I had passed the username/password via theAuthorization: Basic ...
headerThe text was updated successfully, but these errors were encountered: