View Full Version : Do you know how to communicate with HTTPS (SSL)?


Moonsinger
Mar 04, 2004, 03:03 PM
Do you know how to communicate with HTTPS? I need to write an application that know how to post and get with HTTPS. What's the best component for this kind of work?

funxus
Mar 05, 2004, 08:13 AM
I don't know much about it, but when I needed to understand how to use GET to send info to a server, I checked RFC-Editor (http://www.rfc-editor.org/) to see if I could find a good description of the appropriate protocol. I thought it was very cryptic at first, but understood it better after a while. Maybe you can get something out of it.

Moonsinger
Mar 05, 2004, 11:29 AM
I just finally figured out how to post in HTTPS this now.:) I know this weeked is going to be great![dance]

funxus
Mar 06, 2004, 09:21 AM
What you need it for?

Moonsinger
Mar 07, 2004, 11:48 PM
For work!