grpc-json-proxy
grpc-json-proxy copied to clipboard
hi,response Error
i calling gRPC api, response is : upstream connect error or disconnect/reset before headers. reset reason: remote reset
i test grpc end api with bloom rpc is ok to response do you help me
What is it that you are trying to do? There's a good number of connection issues that can cause issues along the way. If you have an example request/config that can be helpful in determining where the issue is.
hi Thanks for answering
method : POST http://127.0.0.1:50051/helloworld.Greeter/SayHello
response is:
POST http://127.0.0.1:50051/helloworld.Greeter/SayHello Error: socket hang up Proxy id: "4ec0a578-859f-4008-bd08-861c58bd38af" disabled: false host: "localhost" match: {…} port: 7001 tunnel: false authenticate: false Request Headers Content-Type: application/json User-Agent: PostmanRuntime/7.29.0 Accept: / Postman-Token: 3c8fa016-80ee-42d5-ae3b-2718600a68f0 Host: 127.0.0.1:50051 Accept-Encoding: gzip, deflate, br Connection: keep-alive Request Body { "name": "jason" }
should be Hello Jason