HTTPS

Blitz3D Forums/Blitz3D Programming/HTTPS

wedoe(Posted 2015) [#1]
Is this supported in any way in B3D? I can't get it to work.
I need it to check a link that is only availible as HTTPS (not HTTP).


skidracer(Posted 2015) [#2]
I doubt it. To keep things simple I would bundle a win32 build of the command line tool curl and call it from your program.


wedoe(Posted 2015) [#3]
Good idea, thx :-)

Or maybe I could use a cURL DLL?