blade226
27 Sep 2012, 12:14 AM
Hello,
i want to save/print a chart.
I want to use
chart.save({ type: 'image/png' });
but the server is in a protected network.
I must go over a proxy (http://proxy.domainname.de:3129) and he must have an user authentication.
How can i implement the proxy and the authentication?
i want to save/print a chart.
I want to use
chart.save({ type: 'image/png' });
but the server is in a protected network.
I must go over a proxy (http://proxy.domainname.de:3129) and he must have an user authentication.
How can i implement the proxy and the authentication?