kiln / flourish-sdk

The SDK for developing Flourish templates
Other
81 stars 16 forks source link

Proxy server configuration #37

Closed robinhouston closed 6 years ago

robinhouston commented 6 years ago

Currently it’s only possible to use the SDK from a network that has direct internet access. We should make it possible to connect via a proxy.

robinhouston commented 6 years ago

Since we’re using the request package to communicate with the Flourish server, it ought to be possible to use a proxy server by setting the HTTPS_PROXY environment variable

robinhouston commented 6 years ago

This does seem to work in my tests, although one user reported trouble with it.