-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for forward proxy/MitM proxy for gRPC-Web mode #243
Comments
That's the code I used but the traffic doesn't get routed to the proxy and I don't see any logs on the proxy end.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Does the gRPC-Web mode honour the
https_proxy
env vars for TLS targets?The question is for both forward proxy and man-in-the-middle proxies listening on HTTP ports (not HTTPS).
Not sure if it's tested / supported.
Saw this related PR:
#163
Thanks!
Ofir
The text was updated successfully, but these errors were encountered: