Trying to execute the WebImage example delivers an empty window.
Calling the used URL http: // www.ultimatepp.org / 1i.png delivers nothing in my browser.
Calling http: // www.ultimatepp.org / 0i.png instead delivers a picture, but returns it as https: // www.ultimatepp.org / 0i.png
Using it inside the Webimage example {
img = StreamRaster::LoadStringAny(HttpRequest("https: // www.ultimatepp.org / 0i.png").Execute());
}
delivers nothing as an empty window again.
How can I get a picture?
Most Web-Addresses are https. HTTP seems no longer usable.
Many thanks for help in advance.
Sorry about the empty spaces in the code (links), but I cannot post links ...