Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 2581

Summary: LoadFromURL adds "http://" to the url
Product: ActiveX TeeChart Reporter: yeray alonso <yeray>
Component: ExportingAssignee: yeray alonso <yeray>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://www.steema.com/support/viewtopic.php?f=1&t=17811#p79125
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2023-01-17 07:36:36 EST
When passed input for LoadFromURL with parameter1 as below

SiteURL = "https://localhost";
m_Chart.Import.LoadFromURL(SiteURL + "reports/TeeReportHandler.ashx?teefile=" + teefile);

Response is returned as "http://https//localhost/reports/TeeReportHandler.ashx?teefile=638090337458952274_3_teeFile" which is not correct.