Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : HTTPS connection
| Subject: | HTTPS connection |
| Posted by: | "Tim" (t..@evolvedatasystems.co.uk) |
| Date: | Wed, 30 Nov 2005 15:43:05 |
I have a web site, using a CGI created in D7, which handles credit card
transactions by sending a 'post' to an https:// web site with several
parameters and checking the response. I now want to transfer some of this
functionality to a PC based application, but I am not sure if I can use the
Internet components as I did in the CGI, or whether I should be using Indy
components instead.
Can anyone suggest the correct way to approach this?
Thank you.