Top "Indy" questions

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

Delphi HTTP Post JSON

I am sure I'm doing something wrong here. I've followed every example I can find on stackoverflow and still haven't …

json delphi indy
"1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number call:" on Indy

I have a web app that makes frequent TIdHTTP calls to the Google Analytics API (around 25,000-50,000 per day). Every …

delphi google-analytics openssl indy
How to handle received data in the TCPClient ? (Delphi - Indy)

When i send a message from TCPClient to a TCPServer it will be handled using OnExecute event in the server . …

delphi indy
How to make an HTTPS POST request in Delphi?

What is the easiest way to do an HTTPS POST request in Delphi? I'm not having problems with making HTTP …

delphi indy
Indy 10 - IdSMTP.Connect raising "Could not load SSL library."

Here is my configuration: IdSMTP1.Host := 'smtp.gmail.com'; IdSMTP1.Port := 587; IdSMTP1.UseTLS := utUseExplicitTLS; IdSMTP1.IOHandler := IdSSLIOHandlerSocketOpenSSL1; IdSSLIOHandlerSocketOpenSSL1.SSLOptions.Method := …

delphi ssl smtp indy delphi-6
Indy TCP Client/Server with the client acting as a server

How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario: Client ---------- initate connection -----------> Server ... Client &…

delphi client-server delphi-xe indy indy10
Delphi: idHttp+SSL

Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate …

delphi ssl indy idhttp
Delphi + Indy: Connection closed gracefully

Using D7 + Indy 10 latest build. My code is using TIdSMTP to send email. I keep getting "Connection closed gracefully" at …

delphi indy
idhttp indy post, do request (parameters) with utf-8

I'm trying to post a request, in utf-8 however the server is getting it in Ascii. Tried the TstringList format …

delphi http delphi-2009 indy indy10
How to send a mail message using Indy's smtp server component?

Since the demo given in http://www.indyproject.org/Sockets/Demos/index.EN.aspx only saves the received stream to …

delphi indy