Questions related to the Indy (Internet Direct) open source networking library for Delphi, C++Builder, and FreePascal development environments.
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 indyI 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 indyWhen i send a message from TCPClient to a TCPServer it will be handled using OnExecute event in the server . …
delphi indyWhat is the easiest way to do an HTTPS POST request in Delphi? I'm not having problems with making HTTP …
delphi indyHere 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-6How can Indy's TIdTCPClient and TIdTCPServer be used in the following scenario: Client ---------- initate connection -----------> Server ... Client &…
delphi client-server delphi-xe indy indy10Using D7 + Indy 10 latest build. My code is using TIdSMTP to send email. I keep getting "Connection closed gracefully" at …
delphi indyI'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 indy10Since the demo given in http://www.indyproject.org/Sockets/Demos/index.EN.aspx only saves the received stream to …
delphi indy