Not sure why it did not work with POST (sync) but it finally worked with
async! I just modified it as,
try
{
HTTPClient->PostASync(); // sync
}
catch(Exception &e)
{
}
while(!reallyDone) // for SSL to work well!
Forms::Application->ProcessMessages();
Hello,
In our product, we have a client/server GUI that uses HTTPS to POST XML for
administration. Both the client and the server uses ICS. In the past, the
client was using Wininet which was working perfectly. The issue is strange
because it does not happen when the computer is rebooted and the c