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
When a system wide HTTPS proxy has been set Hydrator should use it instead of talking directly to the Twitter API. This could be useful in situations where access to api.twitter.com is being blocked. See the discussion at the end of #43 for some context.
Like Python requests Hydrator should probably look for HTTPS_PROXY and https_proxy.
The text was updated successfully, but these errors were encountered:
When a system wide HTTPS proxy has been set Hydrator should use it instead of talking directly to the Twitter API. This could be useful in situations where access to api.twitter.com is being blocked. See the discussion at the end of #43 for some context.
Like Python requests Hydrator should probably look for
HTTPS_PROXY
andhttps_proxy
.The text was updated successfully, but these errors were encountered: