HTTPS Support in NetworkConnection
HTTPS Support in NetworkConnection
I would really appreciate it if support for multiplatform SSL-secured http connections in the NetworkConnection objects was added.
Re: HTTPS Support in NetworkConnection
LOL -> http://www.purebasic.fr/english/viewtop ... 13#p236013
EDIT: just to be clear I agree with Freak on this one. Not that it's relevant, but I didn't want to be misunderstood.
EDIT: just to be clear I agree with Freak on this one. Not that it's relevant, but I didn't want to be misunderstood.
Last edited by luis on Wed Jan 16, 2013 12:32 pm, edited 1 time in total.
"Have you tried turning it off and on again ?"
A little PureBasic review
A little PureBasic review
Re: HTTPS Support in NetworkConnection
Sad...luis wrote:LOL -> http://www.purebasic.fr/english/viewtop ... 13#p236013
Dear developers!
Can you make HTTPS support by native functions of compiler? It's so necessary for everybody, I think. And it would be fine.
Best regards,
mrbaco.
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: HTTPS Support in NetworkConnection
Sorry I missed this, I was slammed for the last few days!
Go here:
http://www.purebasic.fr/english/viewtop ... =5&t=52463
and
http://www.purebasic.fr/english/viewtop ... =5&t=52616
You can download code to write SSL network connections.
Go here:
http://www.purebasic.fr/english/viewtop ... =5&t=52463
and
http://www.purebasic.fr/english/viewtop ... =5&t=52616
You can download code to write SSL network connections.
Re: HTTPS Support in NetworkConnection
SSL/TLS library http://axtls.sourceforge.net/, license BSD. Can make on the basis of this library? Or make someone a wrapper?
Linux Mint Maya(Mate), x86, PureBasic 5.00(5.10b1)
Re: HTTPS Support in NetworkConnection
Hello,
I'm a new PB user, and this is an important feature for me. I have an application that needs to authenticate users from a remote site, and get information about enrollment status in various courses. Very important to do that using SSL.
Steve
I'm a new PB user, and this is an important feature for me. I have an application that needs to authenticate users from a remote site, and get information about enrollment status in various courses. Very important to do that using SSL.
Steve