Hello all,
Within the company I work we have a server for internal usage only. For security reasons, it has no internet access.
Unfortunately, we're dealing with a small problem / design error.
Our internal server has a overview system wherein we show charts and graphs.
At the moment, we use JPgraph in this application but due to the work involved we are looking for a new/better solution.
One of our developers recommended FusionCharts so I downloaded the evalution version and started working. I setup fusioncharts on the internal server and created a xml output on one of our external servers, then set the setDataUrl to the external server (of course I configured the crossdomain.xml to allow the external server) and received the response "invalid data" so I turned on the debug mode and got the following error:
So after looking on this forum I found out that the normal solution would be creating a proxy; which in my case is not a option due to the server not having an internet connection.
My question is there any option that I can set that will disable this "feature"? or should I just go and look for a different solution that will not involve fusioncharts?
Greetings to all