Top "Indy" questions

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

INDY 10.1.5 - Which SSL dlls work with Delphi 2006?

I'm trying to connect to google documents (following Marco Cantu's excellent REST example) but I am getting the following SSL …

delphi ssl openssl indy delphi-2006
Delphi TIdhttp Post JSON?

Anybody getting JSON to work with TIdHttp ? The PHP always return NULL in the $_POST, am I doing anything wrong ? …

php json delphi indy
Delphi TidTCPServer and TidTCPClient transferring a record

I need help in understanding how to transfer a record through Indy TCP Server/Client. I have 2 programs, in I …

delphi indy
Indy - IdHttp how to handle page redirects?

Using: Delphi 2010, latest version of Indy I am trying to scrape the data off Googles Adsense web page, with an …

delphi indy web-scraping
Using IdHTTP1.Get with Delphi and Indy 9/10 on a specific web server returns exception

I've a problem receiving a favicon.ico from a specific web server using Delphi and Indy 9/10. Other servers do work …

delphi http indy indy10 indy-9
How to check URL with IdHTTP?

How can I check for the target URL for specific response code like 200 OK without Indy throwing all sorts of …

delphi delphi-xe2 indy indy10
How to download a file over HTTPS using Indy 10 and OpenSSL?

I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for …

delphi openssl indy delphi-2006
Indy Write Buffering / Efficient TCP communication

I know, I'm asking a lot of questions...but as a new delphi developer I keep falling over all these …

delphi tcp performance client-server indy
Download file progressively using TIdHttp

I want to implement a simple http downloader using TIdHttp (Indy10). I found two kind of code examples from the …

delphi http download indy idhttp
Indy 10 - IdHTTP.Get raising "Could not load SSL library"

In my application I am using IdHTTP.Get. A part of the code: var IdHTTP: TIdHTTP; begin IdHTTP := TIdHTTP.Create(…

delphi ssl openssl indy