Greetings,
This is just a question, not a "request" for a solution.
I followed the guidelines to setup Postman (7.26.0) proxy and ran docker grpc-json-proxy, when trying to send a simple message I get this error:
2020/07/01 10:43:11 unable to do request err=[Post http://localhost:50051/notes.NoteService/List: http2: unsupported scheme]
I was wondering if the http/2 support is not implemented in your library or gRPC calls would generally not work over http/2 carrier?
It seems like you were writing that documentation before Postman defaulted to http/2 requests with no ability to specify protocol version for the requests.
Thank you