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
I have an app that would only use https proxy for clients that make outgoing HTTP requests to external services, like ABS. I see this client does support proxy, but only as ENV variable. See Core HTTP Client:
We should be able to define outbound proxy without affecting the whole app environment. Passing optional client param from its instantiation and using ENV var as fallback (if any).
The text was updated successfully, but these errors were encountered:
Context
I have an app that would only use https proxy for clients that make outgoing HTTP requests to external services, like ABS. I see this client does support proxy, but only as ENV variable. See Core HTTP Client:
azure-storage-ruby/common/lib/azure/storage/common/core/http_client.rb
Line 69 in 05ea58a
Solution
We should be able to define outbound proxy without affecting the whole app environment. Passing optional client param from its instantiation and using ENV var as fallback (if any).
The text was updated successfully, but these errors were encountered: