Top "Indy" questions

Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.

Error "Could not load SSL library" on Android with TidHTTP

I'm trying to download a file with TIdHTTP.Get in Delphi Seattle. It's an app for android and all my …

android delphi ssl indy
Is it possible to use Indy 10.5.8.0 in Delphi XE and DataSnap?

The case I'm trying to update the INDY to the latest version for my Delphi XE (Update 1), so I downloaded …

delphi indy delphi-xe indy10
Delphi Bug in Indy FTP List method?

I'm trying to generate a list of files matching a certain file mask and Indy falls over with this error …

delphi ftp indy
Not able to send UTF-8 email using delphi indy

Here is my code Email body has got some unicode characters LSMTP := TIdSMTP.Create(nil); try LMsg := TIdMessage.Create(LSMTP); …

delphi unicode indy
401 With Indy IdHttp Digest Authentication in Delphi XE

Trying to do a get() with Digest to a partner's web service with Delphi XE. I have included IdAuthenticationDigest to …

delphi indy digest-authentication
TidHTTP Error Handling

I'm writing a program to perform checks on websites to test they're current status, e.g. 200 OK. I'm using Indy …

delphi indy idhttp
Indy 10 and OpenSSL

I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL …

delphi ssl delphi-xe2 indy indy10
Javascript Engine for Delphi

Are there any out there that work with 64 bits? So I can use it along IdHTPP. Edit: I found SpiderMonkey …

javascript delphi delphi-xe2 indy indy10
Resume HTTP Post/upload with Indy

I'm trying to resume an upload using indy (HTTP Post), the code looks like this (using Delphi 2010, Indy 10.4736): IdHttp.Head(…

delphi post upload indy resume
Delphi: Why does IdHTTP.ConnectTimeout make requests slower?

I discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become …

delphi indy idhttp