HTTPS
Blitz3D Forums/Blitz3D Programming/HTTPS| 
 | ||
| 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). | 
| 
 | ||
| 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. | 
| 
 | ||
| Good idea, thx :-) Or maybe I could use a cURL DLL? |