DefGuard / proxy

Other
6 stars 2 forks source link

Change Content-Type header of gRPC requests #72

Closed zvana closed 3 months ago

zvana commented 3 months ago

Would be please possible to set Content-Type header to application/grpc or application/grpc+<message type (for example: application/grpc+proto)? It's required by Cloudflare for using GRPC with their Proxy -> https://developers.cloudflare.com/network/grpc-connections/

teon commented 3 months ago

This should be applied both to:

moubctez commented 3 months ago

content-type: application/grpc is the default and it has already been set.