Doug Report post Posted November 28, 2011 I am trying to pass information in my URL that is embedded in the XML file, and for some reason it just ignores the link and default to the root domain name. Example of one of the entries in the XML between the <data> tags <entity id='001' link='http://yourURL.com/pathinformation/Search.aspx?CountyFK=65' /> However I can manual got the URL with the addition information without an issue. Is this a bug or am I doing something incorrectly.. Thanks, Doug Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 29, 2011 Hi, Welcome to FusionCharts Forum! Could you please confirm whether you are using dataURL() or dataXML() method? Please make sure you're passing relative URLs for Data URL, and not absolute URLs. To restrict cross site security attacks, FusionCharts doesn't allow colons in dataURL (starting v3.0.5). So you cannot specify dataURL as http://.../path/file.ext any more. Awaiting for your response. Share this post Link to post Share on other sites
Doug Report post Posted November 29, 2011 Hi, Welcome to FusionCharts Forum! Could you please confirm whether you are using dataURL() or dataXML() method? Please make sure you're passing relative URLs for Data URL, and not absolute URLs. To restrict cross site security attacks, FusionCharts doesn't allow colons in dataURL (starting v3.0.5). So you cannot specify dataURL as http://.../path/file.ext any more. Awaiting for your response. Thanks for the reply.. I guess i am not familiar with the differences in dataURL() or dataXML(), I am using the GUI tool to add the information for my map and then saving the XML output to a file for the map to read. It sees everything as it should (ie Colors, rollover effects and etc.). its the URL part its having problems with. I will try changing the URLS to where they are not absolute to see if it makes a difference.. Doug Share this post Link to post Share on other sites
Guest Angshu Report post Posted November 30, 2011 Hi, Thank you very much for your valuable feedback. Awaiting for your response. Share this post Link to post Share on other sites