Indy 10 is a reference to a specific version of Indy.
0
votes
1answer
22 views
Calculate a base64 encoded MD5 hash for Amazon MWS in Delphi Indy10
I am trying to submit a feed to Amazon MWS. The problem is that Amazon says that the Md5 hash I submitted does not match their calculations, so my request was rejected.
This is the code i use to ...
0
votes
2answers
43 views
delphi, send image with indy10 from client to server
how i can send from a Timage (clientside) to another Timage(serverside)?
I'm using delphi XE3 with idtcpclient1, idtcpserver1 (indy10 component).
I already tried to do something but i had some ...
0
votes
1answer
56 views
Send Files with TCP from client to server knowing file size Delphi
Hello im trying to send a file Via TCP with delphi using Indy Components with a Client/Server
i manage to send and recieve the files correctly, the problem is before sending the file i would like to ...
0
votes
0answers
63 views
How to send mail using indy component in delphi xe2? [duplicate]
First i have this code and i tried with Gmail Smtp server but i have the result with error exception : Socket °10060 !!!!
it a delay socket error , please if any one tried this before and it work ...
2
votes
1answer
161 views
Best Component for Client-server with thousands client [closed]
What is the best Component for a Client-Server (TCP) application with thousands of clients involved whereas all connections must stay alive ?
So far I have used Indy with one TIdTCPServer in the ...
2
votes
2answers
84 views
Does an Indy HTTP server have a built-in way to assign security to certain files/extensions?
In Delphi XE2 / Indy 10, I've been doing some work on a few Web Broker projects which include a web module capturing particular http requests, and if there's no particular matching request, it ...
0
votes
1answer
22 views
EIdReplyIMAP4Error in Indy
What are possible causes to look into for an "EIdReplyIMAP4Error" exception?
This is in regards to connecting to an IMAP4 account using SSL/TLS. sslvSSLv23 for the SSLOptions.Method and ...
1
vote
1answer
83 views
Delphi Indy 10 Disconnection issue
What i am doing:
My server sends data by going through the context list and after it locks on to the specific client it sends that client data, and it expects a reply which we handle in this ...
1
vote
2answers
87 views
Indy 10 and OpenSSL
I have recently upgraded my Delphi 7 to Delphi XE2 and I'm kinda new to it. I used Indy 10 with OpenSSL to receive HTTP Content. It works just fine and I would like to share my program with with other ...
1
vote
1answer
51 views
Is it possible to monitor the progress of individual TIdFTPServer client downloads?
I have a TIdFTPServer that has several clients connected simultaneously. I want to monitor the progress of each of the client downloads.
Anybody know if this is possible?
1
vote
1answer
59 views
E2033 Types of actual and formal var parameters must be identical
I have this line of code throwing up the above error:
server:=TIdHTTPServer.Create;
server.OnQuerySSLPort(8092,true);
I've read about using the right vars/constants but that doesn't seem to work.
...
0
votes
1answer
111 views
How do I get an Indy HTTP Server in Delphi to receive connections in an iOS application?
I am writing a multi-platform application that is a sort of 'proxy', designed to field HTTP requests and pass some of them to a remote server and respond to others directly. So it acts as both an HTTP ...
0
votes
1answer
49 views
TIdHTTP exception handling
I created a program that automatically connects to our local server and downloads updates, here is the code:
// Connect to web server and download ToBeInstalled.ini
Url := ...
0
votes
0answers
92 views
Connecting to https through a browser using Indy http server as proxy
I'm sorry if this has been covered before but I've been searching all afternoon and struggling to find a working answer.
I'm trying to connect to a https website through a browser using indys http ...
0
votes
1answer
78 views
Using Indy httpserver to find keywords in a webpage [duplicate]
I'm trying to use Indy http server to find keywords within a webpage for a proxy filter. I've set up a proxy and the http server, which works with web browsers, but I'm struggling when it comes to ...
0
votes
2answers
136 views
UTF-8 response of TIdHTTPServer with Free Pascal
This code starts a HTTP server which listens for requests on port 8080. When compiled with Delphi 2009, the Chinese text is rendered correctly. With Free Pascal 2.6.0 however, the browser displays ...
2
votes
1answer
93 views
In which thread is TIdThreadComponent OnTerminate and OnStopped executed?
Really simple but important question concerning TIdThreadComponent:
In which thread are OnTerminate and OnStopped executed - main thread or the worker thread?
Can I safely assume I am in main thread ...
0
votes
1answer
157 views
Indy10, 400ms for a simple TCP/IP request and response
I can't figure out why a simple request and response is taking 400 ms to complete. It only needs under 1 ms to complete on localhost (loopback). When I make a request from my virtual machine to my ...
1
vote
2answers
105 views
Get Version and/or location of OpenSSL DLLs in Delphi?
For troubleshooting purposes, is there a pragmatic way my app could check at runtime:
whether the openssl dll's (ssleay32.dll and libeay32.dll) actually exist and will be able to successfully be ...
1
vote
1answer
73 views
Indy10 SSL Failure First Time Connecting
I'm having a very similar problem to the one posed in this problem (having to connect twice on first load because of a "problem" loading the SSL dlls), except I'm pretty sure I'm using the latest ...
0
votes
1answer
63 views
Indy 10 TIdHttpServer missing MaxConnectionReply property
I am using Indy10 and have created a Web server using a class derived from TIdHttpServer. In my subclass I override the DoMaxConnectionsExceeded method. And this seems to be properly firing when ...
1
vote
1answer
162 views
Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer
I use Delphi XE2 and Indy10 UDP protocol.
I can't receive server echo on client side if I use ReceiveBuffer method.
I got "Socket Error # 10040" although I send back very small echo
message from ...
1
vote
1answer
104 views
Reading response from TIdDNSResolver?
I cannot find any simple examples of a DNS lookup using Indy 10's TIdDNSResolver component. They're all either for something I don't need (such as MX/SMTP), or are talking terms with no code. I have ...
0
votes
2answers
116 views
Max of Indy clients?
How many clients can connect to TidTCPServer in same time ? I used Indy10 , DelphiXE2 and target os is windows server 2003.
Is there a better option Instead of Indy for delphi?
6
votes
4answers
222 views
HTTP continuous packeted stream with Indy
I have a JSON-RPC service which for one of the requests returns a continuous stream of JSON objects.
I.e. :
{id:'1'}
{id:'2'}
//30 minutes of no data
{id:'3'}
//...
Of course, there's no ...
1
vote
1answer
65 views
How can I get Indy IdSMTPRelay log of the SMTP conversation?
I use Indy10's TIDSMTPRelay to relay some messages out and it works great. However, I need a log of the actual SMTP conversation with the counterparty and the OnDirectSMTPStatus and OnStatus events do ...
0
votes
1answer
164 views
How to blacklist an IP on TIdHTTPServer
In a TIdHTTPServer component, I'd like to enable a blacklist of IP addresses to block. I'd like to make sure this is on the lowest level possible to prevent any unnecessary data streaming in from a ...
0
votes
1answer
180 views
Sending emails with Indy via a separate thread
I've asked previous questions about sending emails with attachments with Indy via GMail and I'm pleased to say that basic code works properly. I have noticed, however, that sending attachments takes a ...
1
vote
1answer
150 views
How can I give the response file of a universal HTTP request a unique name?
I've developed an HTTP API Server (intended to be called by third-party applications, not necessarily by a web browser) which has one universal call to get (download) any and all types of files by ...
2
votes
1answer
203 views
How can I download a huge file via TIdHTTP?
I use this code to download small files:
Var
ms:TMemoryStream;
begin
ms:=TMemoryStream.Create;
Idhttp1.get('http://mydomain.com/myfile.zip',ms);
ms.SaveToFile('myfile.zip');
ms.Free;
end;
...
2
votes
3answers
159 views
Download jpg from internet without error else load a template.jpg
I have a TImage which displays a JPG image from a folder. Each JPG image name is numerical (e.g. 5968.jpg) If the JPG image does not exist, i currently load a template JPG.
However, I would like to ...
3
votes
1answer
375 views
Indy 10 + SSL = works in Windows 7, does not work on XP
I'm using the Indy 10 Http Client (latest SVN build) and a SSL Handler (Delphi 7) to get the content of the https://www.webtide.com/choose/jetty.jsp website.
It works fine on Windows 7 x64 (tested on ...
0
votes
1answer
149 views
Indy getting all local interface information (cross platform)
I am converting a unit that holds a network interface list to be cross platform. The current version uses raw winsock to obtain the address, mask and broadcast address for each network interface in ...
0
votes
0answers
60 views
Delphi tidhttp.get application hangs with few websites
I coded a program getting websites from our clients and making searchable in the company's intranet. The program uses threads and works fine. Unfortunately with a few sites the threads hang up when I ...
8
votes
1answer
157 views
How to configure Indy v10 to support IPv4 + IPv6?
With the following code I can get the content of an IPv4 website:
uses
IdHttp;
IdHttp1 := TIdHttp.Create(nil);
try
Result := IdHttp1.Get('http://www.heise.de/')
finally
IdHttp1.Free;
end;
...
1
vote
1answer
123 views
How to make a Web Module know the owner from where it was called?
I'm working on an HTTP Server and I'm using Indy's TIdHTTPWebBrokerBridge with a TWebModule. I'm encapsulating all the Server functionality into a single Component, and this includes the Indy Server ...
0
votes
1answer
142 views
How to receive binary data from a request in TIdHTTPWebBrokerBridge?
I'm using Indy to build both a client and server application using HTTP. On the Client, I'm using TIdHTTP and on the server I'm using TIdHTTPWebBrokerBridge with a web module. I need the Client to be ...
1
vote
1answer
127 views
Forward and reply email using DELPHI and INDY 10 components
Does Indy component suite offers any functions or support or e mail forewarding or reply to ... processing.
I expect the mail body is extended with the sending params. Using other mail programs ...
1
vote
1answer
178 views
Get POST Data from TIdHTTPProxyServer
I'm trying to get the post data from TIdHTTPProxyServer, using OnHTTPBeforeCommand or OnHTTPDocument events but all is useless.
How can I do that?
BTW, I'm using Indy 10, but other solutions (with ...
0
votes
1answer
176 views
Indy10 TCP Server Freezing
I using Indy with C++ Builder XE3. It's perfect system but i have some problems. IdTCPServer works really good but when i have some connections on him and i want to stop server then my application ...
2
votes
2answers
438 views
Indy10 + OpenSSL: send email code stopped working on Windows 8
Code stopped working on Windows 8.
It works fine on Windows7, Windows XP...
I found a workaround for this issue: start application in Windows compatibility mode: Windows XP (Service Pack 3) - code ...
0
votes
1answer
159 views
Post values in HTMLforms without using TwebBrowser [duplicate]
Possible Duplicate:
Without TWebBrowser input values in form on Button Click and get next webpage response
We are working with Delphi Xe2 and Indy 10 components.
We need to input the ...
0
votes
1answer
79 views
Find body property inside a message part
Trying to evaluate the mail message content I#m using this code which is derived from
a RELEATED QUESTION ON EMAIL WITH INDY
DisplayMultiPartMixed(aMsg: TIdMessage; aParentIndex, aLastIndex: ...
0
votes
1answer
146 views
how to process a mime email to vcl
I run a small e mail client build with delphi and indy 10. Some mails i receive have the mime format or html format. With the current code I just copy the bode.lines to a memo.lines
...
0
votes
1answer
120 views
Html & attachments dropped after using tidmessage.savetofile and loadfromfile
I use a Mac program to create reasonable elegant looking emails for our club members. I send the email to a google account, read it into a Delphi Windows program using POP3 and save it for later ...
2
votes
1answer
323 views
Indy (Delphi) Http Client and Digest Authentication
I'm trying to communicate with a LAN (http://) server that needs digest authentication.
uses IdHttp, IdAuthenticationDigest;
...
begin
IdHttp1 := TIdHttp.Create(nil);
try
...
0
votes
0answers
169 views
Demo code indy mail server ( TIdsmtpserver)
I need to send e mail's inside a larger company network. Sending mails via the INDY smtp component is no problem and works fine for me. The only draw back about the configuration as I need a company ...
0
votes
0answers
222 views
How to delete e-mail messages from POP3 server using Indy?
I would like to delete mails with a certain header or a certain sender with INDY 10 / DELPHI.
I already can query my email account with INDY10. Here is the existing demo code:
procedure ...
1
vote
1answer
571 views
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 fine. The problem is not with this web server, as wget command line utility gets the ...
2
votes
1answer
220 views
Migrating from Indy 9 to 10 with Delphi, TIdSchedulerOfThreadPool initialization
I'm in the process of updating a Delphi app from Indy 9 to Indy 10.
It's quite painful, as apparently a lot has changed.
I'm stuck at one step.
Here is the old code (working with Indy 9):
A Thread ...




