TeeChart2021-LoadFromURL with https is not returning proper response

TeeChart for ActiveX, COM and ASP
Post Reply
8355
Newbie
Newbie
Posts: 11
Joined: Wed Oct 13, 2021 12:00 am

TeeChart2021-LoadFromURL with https is not returning proper response

Post by 8355 » Fri Jan 13, 2023 8:48 am

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.

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Tue Jan 17, 2023 12:45 pm

Hello,

I've just fixed it for the next release (#2581).
Thanks for reporting it.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

8355
Newbie
Newbie
Posts: 11
Joined: Wed Oct 13, 2021 12:00 am

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

Post by 8355 » Wed Jan 18, 2023 5:25 pm

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

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

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

Post by Yeray » Wed Jan 18, 2023 6:48 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

8355
Newbie
Newbie
Posts: 11
Joined: Wed Oct 13, 2021 12:00 am

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

Post by 8355 » Wed Feb 01, 2023 3:44 pm

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

Pep
Site Admin
Site Admin
Posts: 3272
Joined: Fri Nov 14, 2003 5:00 am
Contact:

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

Post by Pep » Thu Feb 02, 2023 6:22 am

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.

Pep
Site Admin
Site Admin
Posts: 3272
Joined: Fri Nov 14, 2003 5:00 am
Contact:

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

Post by Pep » Fri Feb 03, 2023 9:29 am

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

8355
Newbie
Newbie
Posts: 11
Joined: Wed Oct 13, 2021 12:00 am

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

Post by 8355 » Mon Feb 06, 2023 4:29 am

Sure Thank you,Will get latest and keep you updated

Thanks!
Srikanth Ananthoju

Post Reply