Home » Community » Newbie corner » WebImage example not working (Examples)
Re: WebImage example not working [message #56043 is a reply to message #56033] |
Mon, 18 January 2021 11:27   |
 |
Xemuth
Messages: 387 Registered: August 2018 Location: France
|
Senior Member |
|
|
Hello, to retrieve Image from https website, you must first include "Core/SSL" package to your project, then call the https website
img = StreamRaster::LoadStringAny(HttpRequest("https://www.ultimatepp.org/0i.png").Execute());
The Core/SSL package will allow you to communicate with https website.(you have nothing to do except add the package and use standard HttpRequest)
[Updated on: Mon, 18 January 2021 11:30] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Sun Aug 24 13:34:25 CEST 2025
Total time taken to generate the page: 0.04632 seconds
|