I get the following response: {"error":{"code":"UnknownError","message":"{\"error\":{\"message\":\"Bad gRPC response. HTTP status code: 401\",\"code\":\"Unauthorized\"}}","innerError":{"date":"2023-04-28T10:48:01","request-id":"ab1a2ce6-e8ce-4ad1-8950-02d4183a0fab"...
(StatusCode="Unknown", Detail="Bad gRPC response. HTTP status code: 500") Version nginx; nginx version: nginx/1.23.2 The goal is not to let nginx drop all available services when one of them drops. To bypass the situation can configure nginx configuration throughresolveandset $vardirective ...
Status(StatusCode=Internal, Detail="Bad gRPC response. Response protocol downgraded to HTTP/1.1.") => at Grpc.Net.Client.Internal.HttpClientCallInvoker.BlockingUnaryCall[TRequest,TResponse](Method2 method, String host, CallOptions options, TRequest request) at Grpc.Core.Interceptors.InterceptingCallInvo...
HTTP_BAD_REQUEST: // 400 case 431: // Request Header Fields Too Large // TODO(carl-mastrangelo): this should be added to the http-grpc-status-mapping.md doc. return Status.Code.INTERNAL; case HttpURLConnection.HTTP_UNAUTHORIZED: // 401 return Status.Code.UNAUTHENTICATED; case HttpURL...
但消息体中不会返回任何资源相关的状态或信息 400...Bad Request 用于客户端一般性错误信息返回, 在其它 4xx 错误以外的错误,也可以使用,错误信息一般置于 body 中 401 Unauthorized 接口需要授权访问,为通过授权验证...HTTP 状态码为 200 或是 400,当状态码为 200 时,代表数据获取成功,接口可以正常返回数据,...
Grpc.Core.RpcException: 'Status(StatusCode=Internal, Detail="Bad gRPC response. Response protocol downgraded to HTTP/1.1.")' The one who downgrades the protocol isn't the gRPC server, but the client it self. How to fix it? Put the following line of code in your Startup class: ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches ...