Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.
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-codesI need to use the latest Indy component library version. Can I get the library version by some source code …
delphi delphi-xe2 indyI use the following code to setup SSLHandler for POP3/SMTP sending/receiving app: IdSSLHandler->SSLOptions->Mode = sslmClient; …
openssl indy indy10Today I try to compile my XE3 project in XE4. First problem that I face is with Indy's FTCPClient.Socket.…
delphi indyprocedure Texport_plan.cxB_LoadClick(Sender: TObject); var HTTP: TIdHTTP; Query: String; Buffer: TMemoryStream; loadData: Sting; responseData: String; begin try …
delphi indy idhttpI am using the indy components to implement emails in a delphi application. I am specifically using the TidSMTP component. …
delphi smtp indyI'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 indy10I 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