I made a simple application that uses Indy and requires OpenSSL dlls. I am not going to write an installer for it, so I have 2 options:
I had all kind of problems with Indy and following someone’s recommendations (at stackoverflow) I have updated to the latest version of Indy - at least this is what I intended to do.
i am writing a simple client/server chat program with indy 10 (blocking mode) and there is a question that how can i manage connections ?
I have to code a server app where clients open a TCP/IP socket, send some data and close the connection.
At one of our customer sites, we have a Delphi 2007 application that makes a number of HTTPS requests using indy components. All requests are made using the proxy settings the client provides.
I have been writing a Delphi library for StackApps API. I have run into a problem with Indy.I am using the version that ships with Delphi 2010.
I\'m having some trouble reading files with Indy from a site that has WordPress installed. It appears that the site is configured to redirect all hits to sitename/com/wordpress.
How to send a binary data with Indy components? Which of them is most suitable for this task? I\'ve tried to use TIdTcpClient but it allows only to send strings.
Has anybody managed to successfully connect to a https location via Squid proxy server setup with NTLM authentication, using Indy (10.XX) components?
I\'m making some simple Delphi software using the IdHttp module in Indy.I want to access this page by using IdHttp\'s post function to open this webpage.