Hello,
I've configured Google Endpoints to work with a gRPC server. The configuration allows users to make HTTP and gRPC requests.
However, when making an HTTP request, I want to pass some headers to the server, is there a way to do this?
I tried adding Grpc-metadata-<key>: <value> header, and Metadata-<key>: <value> header, but neither seem to get passed to the metadata.
Thanks,
Vito