-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
I am trying to use Plotly streaming functionality behind a corporate proxy with basic auth. Despite the comprehensible instructions at https://plot.ly/python/proxy-configuration/ I didn't get Plotly up and running. After digging around in my system configuration I noticed that only proxy servername and port is respected while setting up the http tunnel:
self._conn.set_tunnel(server, port) |
Was this intentionally implemented in this way? As soon as I add the Proxy-Authorization
header to the tunnel configuration everything works like expected.
Metadata
Metadata
Assignees
Labels
No labels