Relative Content

Tag Archive for goprotocol-buffersgrpcgrpc-gatewaygo-grpc-middleware

User agent becomes grpc-go/1.64. on server side of grpc gateway

I’m trying to create an app using grpc-gatewya and go but faced with the. I’m trying to write an interceptor that will authorize users before the requests using cookie and user agent. However the user-agent that I try to get is grpc-go/1.64, which is wrong as I send requests through postman.

User agent becomes grpc-go/1.64. on server sight of grpc gateway

I’m trying to create an app using grpc-gatewya and go but faced with the. I’m trying to write an interceptor that will authorize users before the requests using cookie and user agent. However the user-agent that I try to get is grpc-go/1.64, which is wrong as I send requests through postman.