You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We use an HTTP Proxy (squid) to connect to the internet.
In the LD SDKs for other languages, we only have to specify HTTP_PROXY=http://proxy.internal:8080 to tell the SDK to connect to the internet via the proxy. This isn't supported in Rust though
Describe the solution you'd like
When HTTP_PROXY is defined in the environment the LD client would use the proxy to connect to the ld backend
Thank you for filing this request. I cannot provide a timeline given competing priorities and timelines, but we are tracking this request internally and will notify you once we have added support.
Is your feature request related to a problem? Please describe.
We use an HTTP Proxy (squid) to connect to the internet.
In the LD SDKs for other languages, we only have to specify
HTTP_PROXY=http://proxy.internal:8080
to tell the SDK to connect to the internet via the proxy. This isn't supported in Rust thoughDescribe the solution you'd like
When HTTP_PROXY is defined in the environment the LD client would use the proxy to connect to the ld backend
Current workaround
The text was updated successfully, but these errors were encountered: