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 - LoadFromURL adds "http://" to the url
Summary: LoadFromURL adds "http://" to the url
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Exporting (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: yeray alonso
URL: https://www.steema.com/support/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-17 07:36 EST by yeray alonso
Modified: 2023-01-17 07:38 EST (History)
0 users

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.