Hi there,
First of all, thank you for maintaining this project!
I have a question regarding the current state of gRPC-Web support:
- Is anyone using gRPC-Web in production? If so, are there any best practices or recommendations for configuring the library to work with browsers using the grpc-web-text format?
- What is the proper way to handle CORS and pre-flight requests when using gRPC-Web?
I’ve spent the past few days trying to come up with a robust solution for handling CORS and pre-flight requests without forking the repository and rewriting significant parts of the codebase, but I’ve struggled to find a clean approach.
Any guidance, examples, or advice on this topic would be greatly appreciated!
Thanks in advance for your help!