I am trying to turn an HTTP component into an HTTPS component to connect to Amazon. I am using D7. Here is what I have so far with an Indy 9 HTTP client component named HTTPS:
var Authorization, Response, Headers: string;
begin
Authorization := MimeEncodeString('myusername:mypassword')...
We have to have an HTTPS connection to one our vendors sites by October. Can the Indy 9 or 10 library be used to piece together an HTTPS connection? We can use D7 or D2006. Help?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.