I am using the Internet Direct TIdTCPClient component to communicate with a remote service to retrieve a message that is normally about 5k is size. During a typical operation I will send about 400 req
I have a PHP page that has many javascript variables and I want to read a specific javascript variable then post this value using HTTP post.
I am trying to access the ClickBank API from my Delphi project, to check if a customer has a valid subscription.
Should I move to the Indy 9 or not? How can i see my current v开发者_开发问答ersion? Where can i get newer version of Indy?Try on the Indy project siteI would only change versions if you are currently
Trying to connect with Gmail smtp server fails. It just hangs there ~20 seconds and then throws error \"Socket Error #10060 Connection timed out\".
How to use IdThreadComponent with TIdyTCPServer in c++ bu开发者_StackOverflow中文版ilder???? Please help!TIdTCPServer is multi-threaded internally for you.You don\'t need to use TIdThread or TIdThrea
Here is my little code: curMessage:TIdMessage; tidImap: TIdIMAP4; ... tidImap.UIDRetrieve(\'123\', curMessage);
i\'m currently creating a little mail client and facing a problem with c开发者_如何学Pythonharset.
I want to know the number of current client connections to an Indy 9 TIdTCPServer (on Delphi 2007) I can\'t seem to find a property that gives this.
The author of a web-service that I am trying to connect to, tells me that the user name I am sending to their Apache web server\'s webdav module, is coming in without the encoding=utf-8 in the headers