I have a a frontend client using connect-web to request to a backend behind envoy proxy, when I set the frontend to use binary format (application/grpc-web+proto) it works just fine, but when I disable the binary format (to use application/grpc-web+json) then it fails with this message:
invalid gRPC request content-type "application/grpc-web+json"
So, I wondering if envoy gRPC Web is even supposed to handle json encoding or if I doing something wrong.
My envoy config is attached here, just in case I'm doing something wrong