Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate answer in the Internet.
I need to download a file of TreeView in Unicode using idHTTP (String := idHTTP.Get). After downloading, I need do something with the string and then put it in a TTreeView. I\'m using Delphi 2010.
i want to post data to the following url: http://mehratin.heroku.com/personals/new i write the following code but has problem:
i write the following code to send Unicode string to web server procedure TForm1.Button1Click(Sender: TObject);
Welcome, I have to create caption with information about downloading speed in my application using indy http get compontent.
I\'m making some simple Delphi software using the IdHttp module in Indy.I want to access this page by using IdHttp\'s post function to open this webpage.
im new to delphi. and also almost new to programming world. i was made some simple post software which using idhttp module.
I discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become about 120ms slower?
Many of my programs output huge volumes of data for me to review on Excel. The best way to view all these files is to use a tab deliminated text format. Currently i use this chunk of code to get it do