HTTPS

BlitzMax Forums/BlitzMax Programming/HTTPS

Tricky(Posted 2010) [#1]
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... ;)


plash(Posted 2010) [#2]
You can use bah.libcurlssl for that.


Muttley(Posted 2010) [#3]
As Plash says, bah.libcurlssl is probably your best bet.


Tricky(Posted 2010) [#4]
Ok, thank you.... Geez... Brucey has thought about everything, hasn't he?
I suppose I should be grateful for his hard work ;)


Spot-Nothing(Posted 2010) [#5]
I recommend bah.libcurlssl, too. It works like a charm and is cross-platform. Go for it.


Htbaa(Posted 2010) [#6]
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.