Not returning any content
Hello! I have set this up to communicate with an Android Emulator. The requests go through as 200, but no content is returned.
:443 { tls { on_demand } route /android.emulation.control* { grpc_web reverse_proxy 127.0.0.1:8554 } reverse_proxy localhost:9091 }
Caddy config
Was watching emulator logs, and no errors were thrown, so I do think it is probably this package.
Well, honestly, I don't have much gRPC experience and I don't use it personally. I just threw this together real quick to see if it could work. It does for some people, I am not sure what is happening here nor do I have the know-how/time to debug it. But if anyone else wants to pick it up, I would welcome that!