Top "Indy" questions

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

Does every successful HTTP request always return status code 200?

In Delphi, I'm using Indy's TIdHTTPWebBrokerBridge coupled with TIdHTTP to send/receive data via HTTP. On the Server, I don't …

delphi http indy http-status-codes
Indy 10 TCP server

After a lot of searching I thought Indy TCP server would be the best to use on Instant messenger server …

delphi delphi-7 indy indy10 tcpserver
Can I check the Indy version installed?

I need to use the latest Indy component library version. Can I get the library version by some source code …

delphi delphi-xe2 indy
How to make Indy OpenSSL compatible with most servers

I use the following code to setup SSLHandler for POP3/SMTP sending/receiving app: IdSSLHandler->SSLOptions->Mode = sslmClient; …

openssl indy indy10
Http get json into string

I'm trying to get json response via HTTP GET method to a string but all I got is that: I'm …

json delphi delphi-7 indy idhttp
Delphi XE4 Indy compatibility issue between TBytes and TidBytes

Today I try to compile my XE3 project in XE4. First problem that I face is with Indy's FTCPClient.Socket.…

delphi indy
IDHTTP.Post error

procedure Texport_plan.cxB_LoadClick(Sender: TObject); var HTTP: TIdHTTP; Query: String; Buffer: TMemoryStream; loadData: Sting; responseData: String; begin try …

delphi indy idhttp
What do the SMTP Indy component security and authentication properties do?

I am using the indy components to implement emails in a delphi application. I am specifically using the TidSMTP component. …

delphi smtp indy
Using Indy Server's multiple bindings as separate sockets?

I'm still getting used to Indy, being a multi-threaded socket system with vast capabilities. One of the big things I've …

delphi delphi-xe2 indy indy10
How to avoid getting an error 10053 (WSAECONNABORTED) if a HttpGet operation in Android is lasting too long?

I have an Android application communicating with a Delphi 2006 web service application using Indy 10 TIdHttpServer (coming with Delphi 2006). The Delphi …

android delphi http indy delphi-2006