davidchardonnet
Programmer
Hello,
I want to make a https request on the web on a authenticated web site. For http request I usually use UrlDownloadToFile wich works well. But here with https, it never works. The only way it works is by opening an Internet Explorer first, opening the https web site where i want to make the request, and my Delphi app seems to have the right to download. If IE is closed, my Delphi app cannot access....
I want my delphi app to work all alone, without IE.
Can you help me?
Thank you
I want to make a https request on the web on a authenticated web site. For http request I usually use UrlDownloadToFile wich works well. But here with https, it never works. The only way it works is by opening an Internet Explorer first, opening the https web site where i want to make the request, and my Delphi app seems to have the right to download. If IE is closed, my Delphi app cannot access....
I want my delphi app to work all alone, without IE.
Can you help me?
Thank you