Top "Idhttp" questions

Delphi: idHttp+SSL

Explain me please how to download a file from a server using SSL (https://). I have not found an appropriate …

delphi ssl indy idhttp
IdHttp Just Get Response Code

I'm using idhttp (Indy) to do some website checking. All I want it to do is check the response code …

delphi indy idhttp
Delphi: IdHTTP+SSL does not work. No errors!

I use TidHTTP + TIdSSLIOHandlerSocketOpenSSL + 2 DLLs: ssleay32.dll and libeay32.dll from http://indy.fulgan.com/SSL. But I can see …

delphi ssl idhttp
Delphi - MemoryStream or FileStream

I am downloading an EXE file from internet using Indy (idHTTP), and I can use memorystream or filestream to save …

delphi filestream indy memorystream idhttp
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
Download file progressively using TIdHttp

I want to implement a simple http downloader using TIdHttp (Indy10). I found two kind of code examples from the …

delphi http download indy idhttp
IdHTTP basic authentication access violation

I'm trying to do a HTTP Authentication with Indy HTTP class. But for some unknown reason I'm getting an Access …

delphi delphi-2010 indy idhttp
TIdHTTP character encoding of POST response

Take following situation: procedure Test; var Response : String; begin Response := IdHttp.Post(MyUrL, AStream); DoSomethingWith(Response); end; Now the webserver …

delphi unicode utf-8 delphi-xe idhttp
TidHTTP Error Handling

I'm writing a program to perform checks on websites to test they're current status, e.g. 200 OK. I'm using Indy …

delphi indy idhttp
Delphi: Why does IdHTTP.ConnectTimeout make requests slower?

I discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become …

delphi indy idhttp