Top "Indy10" questions

Indy 10 is a reference to a specific version of Indy.

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
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
Adding custom header to TIdHttp request, header value has commas

I'm using Delphi XE2 and Indy 10.5.8.0. I have an instance of TIdHttp and I need to add a custom header …

delphi delphi-xe2 indy10
STARTTLS error while sending email using Indy in Delphi XE

I'm trying to send email from my application using the following code: Var MailMessage : TIdMessage; SMTP : TIdSMTP . . . //setup SMTP SMTP.…

delphi delphi-xe indy10
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
Indy 10 for Delphi 7

Is Indy 10 can be used with Delphi 7? I am trying to find to get it, or purchase it. But, I …

delphi delphi-7 indy10
IdHTTP.get returning HTTP1.1/ 403 Forbidden

I'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. …

delphi indy10 idhttp
Delphi Indy Ping Error 10040

I have a small piece of code that checks if a computer is alive by pinging it. We use to …

delphi ping indy10
Using INDY 10 SMTP with Office365

I'm not familar with the INDY SMTP component. I want to send a mail with INDY and Office 365. Here is …

delphi smtp indy indy10 office365