Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.
I'm trying to generate a list of files matching a certain file mask and Indy falls over with this error …
delphi ftp indyHere is my code Email body has got some unicode characters LSMTP := TIdSMTP.Create(nil); try LMsg := TIdMessage.Create(LSMTP); …
delphi unicode indyTrying to do a get() with Digest to a partner's web service with Delphi XE. I have included IdAuthenticationDigest to …
delphi indy digest-authenticationI'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 idhttpI 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 indy10Are 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 indy10I discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become …
delphi indy idhttp