Hello, do Cloudflare Worker’s support making gRPC requests? This would require supporting HTTP/2.
To clarify, I would like to use workers to handle some edge level logic (authentication, etc), and then forward the validated request via gRPC to my private services.
@KentonVarda Is this something you know, if gRPC is supported? It’s usage is getting more widespread, especially in the enterprise. (Currently in need for it myself, for auth and permissions)
grpc-web should work, but full gRPC (which requires bidirectional streaming) isn’t supported currently. It’s on our todo list but hasn’t been prioritized so far.