-
Notifications
You must be signed in to change notification settings - Fork 784
Closed
Labels
difficulty: easyfix is easy in difficultyfix is easy in difficultystatus: help wantedrequesting help from the communityrequesting help from the communitytype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap
Description
cf #327 -- if a user is behind a proxy, the current "recommended" solution is a moderately hideous hack involving copy-pasting your own HttpClient class
requests itself works quite happily with proxy servers by auto-detecting the http_proxy
and https_proxy
environment variables, it would be nice if that still worked for requests-as-used-by-twilio.
(disclosure: i work at pythonanywhere; our free users have to go via our proxy for internet access. we set the standard env vars, so this "just works" for requests, and most 3rd party api tools, but twilio is one of the exceptions.)
toynivz and matletix
Metadata
Metadata
Assignees
Labels
difficulty: easyfix is easy in difficultyfix is easy in difficultystatus: help wantedrequesting help from the communityrequesting help from the communitytype: community enhancementfeature request not on Twilio's roadmapfeature request not on Twilio's roadmap