Hello,
I’ve been working with ploy.ly for a while, I already know how to connect to plot.ly using a local proxy (tiniproxy). I’ve been using this documentation https://plot.ly/python/proxy-configuration/.
Now , I need to connect to plot.ly API using a proxy in my university, but we need to add manual exceptions to the proxy server in order to connect to your api, those exceptions should be added with the ip addresses. Trying to resolve your ip addresses always returns me different addresses ( 54.84.126.29, 54.210.213.112, 52.205.37.31, 52.202.85.78), maybe because of a load balancer.
How many IP address should i add to my exceptions?, which ones?, is there a direct ip where i can connect to the api?.
To work around in this issue I’ve been trying to generate PNG graphics in offline mode, but as far i can understand i need a browser or a ipython notebook (also a browser) to generate the PNG graphic. Is there a way to generate the graphic without X (graphical user interface)?
I’m using python as client.
Thanks very much for your help, waiting for your answers.