Can I make a gRPC request from a worker?

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.

1 Like

Did you ever get a resolution for this?

We have the same question. Did you manage to solve it with workers or other Cloudflare services? Thanks.

@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.

1 Like

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