Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
Xemuth is currently offline  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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Cross Compiling?
Next Topic: CallbackN<> storing pointer to member function
Goto Forum:
  


Current Time: Mon Aug 25 00:56:41 CEST 2025

Total time taken to generate the page: 0.05465 seconds