gRPC-web to gRPC transcoding

Hi,
I wonder wether it is possible to use Cloudflare to transcode the gRPC-web (content-type: application/grpc-web-text) request from the front-end to a gRPC (content-type: application/grpc) call back to the origin servers?
They write here: https://blog.cloudflare.com/road-to-grpc/ that they are using gRPC-web for the internal communication when I use gRPC so they have an implementation for that, but I couldn’t find a solution to instruct it to transcode the gRPC-web to gRPC.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.