jsd56 Report post Posted August 10, 2007 I am using FusionCharts in a website that supports both http and https. When using http, everything works great and the data loads immediately. When using https, I always get prompted for authentication. This is the screen that I get: This is the code I use when running in the https environment. <OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" id="chartR1C1" WIDTH="440" HEIGHT="340" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0"> <PARAM NAME="movie" value="https://cyclone/Reports/Charts/MSCombiDY2D.swf"> <PARAM NAME="FlashVars" value="&dataURL=https://cyclone/Reports/Data%2Easpx%3Fkey=USR_LOGD_IN_CNT_AXS%26filter=!Ft[(DP=day)(NBR=14)]!"> <PARAM NAME="quality" value="high"> <PARAM NAME="bgcolor" value="#FFFFFF"> </OBJECT> In the regular http environment, I generate the same code except that all the https is replaced with http. Also, I do have ajax code to dynamically change the data in the charts. They work regardless of the protocol (http / https) and do not force / prompt for authentication when https is used. Has anyone else experienced this same problem? Thanks. Share this post Link to post Share on other sites
Pallav Report post Posted August 14, 2007 Hi, I'm pretty sure it's not caused by FusionCharts - as the charts are simple SWF files which get downloaded to the client. It might be a setting on your server which is providing this authentication method. Share this post Link to post Share on other sites