HTTPS
BlitzMax Forums/BlitzMax Programming/HTTPS
| ||
Hi; I also find some use for BMax in my work (on volunteer base), and right now they will need me to write an app that can communicate with an https protocol. I can assure you that I'm fully authorized to that server, but I wonder if it's possible with the default mods that BMax provides. As far as I know there's only a "http::" possibility yet. If it's not possible with the current mods, I have to find another way to bring in the security... I'll manage... ;) |
| ||
You can use bah.libcurlssl for that. |
| ||
As Plash says, bah.libcurlssl is probably your best bet. |
| ||
Ok, thank you.... Geez... Brucey has thought about everything, hasn't he? I suppose I should be grateful for his hard work ;) |
| ||
I recommend bah.libcurlssl, too. It works like a charm and is cross-platform. Go for it. |
| ||
bah.libcurlssl is stable and works like a charm. Although I don't like the curl interface so I usually wrap it up. For most HTTP actions you could also use my htbaapub.rest module which utilizes bah.libcurlssl. |