Page 1 of 1

TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Fri Jan 13, 2023 8:48 am
by 16691992
While working on https tee chart report generation we are facing an issue with the return value of LoadFromURL function.

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.

Expected value should be: "https://localhost/reports/TeeReportHand ... _3_teeFile"

Observed this behavior only with https but not http.

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Tue Jan 17, 2023 12:45 pm
by yeray
Hello,

I've just fixed it for the next release (#2581).
Thanks for reporting it.

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Wed Jan 18, 2023 5:25 pm
by 16691992
Hi Team,

Thanks for fixing it. May i know when is the next release date, we have hard commitment to address this issue, Is there any way we can address this issue in 2021 version.

Thanks!
Srikanth Ananthoju

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Wed Jan 18, 2023 6:48 pm
by yeray
Hello,

We are preparing a release so I hope we can publish it shortly.
I don't think it will be possible in v2021. What you can do is to use "http://" instead of "https://" and it shouldn't modify the url.

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Wed Feb 01, 2023 3:44 pm
by 16691992
Hi Team,

TeeChart2023 64bit contents doesn't have https fixes for defect (#2581)
https://www.steema.com/support/viewtopi ... 811#p79147

https fixes are available only for TeeChart2023.ocx but not for TeeChart202364.ocx(64Bit version)

LoadFromURL with https is not returning proper response

Can you please look into it and provide an update for us.

Thanks!
Srikanth Ananthoju

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Thu Feb 02, 2023 6:22 am
by Pep
Hello Srikanth.
it's very strange, we're not doing something special for 64bit version. But, let me check carefully and back to you.
Thanks.

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Fri Feb 03, 2023 9:29 am
by Pep
Hello Srikanth,
just let you know that we've just published a new TeeChart ActiveX version v2023.0.2.4
This version includes a fix for the cab file, and about the LoadFromURL problem, we checked but we're not doing anything special for 64bits file, it uses same code.
Please, recheck that this is working with the new maintenance version. Make sure you unregister the old 64bits version before to check.

Thanks

Re: TeeChart2021-LoadFromURL with https is not returning proper response

Posted: Mon Feb 06, 2023 4:29 am
by 16691992
Sure Thank you,Will get latest and keep you updated

Thanks!
Srikanth Ananthoju