Re: [grpc-io] gRPC-Web client in JavaScript, gRPC server in Python: is it possible?

2024-02-27 Thread 'Xavier' via grpc.io
This is most probably happening because grpc server accepts http/2 requests and grpc web sends a http1.1 request so you will have to use a envoy proxy server for this On Tuesday, April 6, 2021 at 3:20:52 AM UTC+5:30 Bilal Ahmad wrote: > facing similar issue. did you manage to figure out? > >

Re: [grpc-io] gRPC-Web client in JavaScript, gRPC server in Python: is it possible?

2021-04-05 Thread 'Bilal Ahmad' via grpc.io
facing similar issue. did you manage to figure out? On Wednesday, December 2, 2020 at 12:00:42 PM UTC Chris Majewski wrote: > Yes, that's what I did. But when I swap out the Node server with my Python > server, the Python server doesn't see any of the requests from my client. > How can I

Re: [grpc-io] gRPC-Web client in JavaScript, gRPC server in Python: is it possible?

2020-12-02 Thread Chris Majewski
Yes, that's what I did. But when I swap out the Node server with my Python server, the Python server doesn't see any of the requests from my client. How can I troubleshoot this? The Docker containers are really minimal, there are almost no devops tools on them. I would like to start by ensuring

Re: [grpc-io] gRPC-Web client in JavaScript, gRPC server in Python: is it possible?

2020-12-01 Thread 'Stanley Cheung' via grpc.io
Does it work if you follow the quick start tutorial and use a Node server? If that works, swap out the Node server with your Python server. That way you can at least be sure that the JS and the Envoy parts are working correctly. On Tue, Dec 1, 2020 at 7:43 AM Chris Majewski <