Closed BillBridge closed 6 years ago
No, it does not.
The only proxy support in python-cloudant at the moment is that provided by the underlying requests library. We don't expose a way to customize the arguments on every request, but you should be able to configure a proxy address to be used via the HTTPS_PROXY
environment variable, but this isn't something we've tested AFAIK.
Closing old ticket.
Does python-cloudant support PAC files and/or PAC auto discovery? And if so, how can I configure this? I am using python-cloudant version 2.6.0 with python 2.7.14