I'm using idhttp (Indy) to do some website checking. All I want it to do is check the response code …
delphi indy idhttpI use TidHTTP + TIdSSLIOHandlerSocketOpenSSL + 2 DLLs: ssleay32.dll and libeay32.dll from http://indy.fulgan.com/SSL. But I can see …
delphi ssl idhttpI am downloading an EXE file from internet using Indy (idHTTP), and I can use memorystream or filestream to save …
delphi filestream indy memorystream idhttpI'm trying to access an update.txt file on my website, using a DelphiXE compiled program and the IdHTTP component. …
delphi indy10 idhttpI'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 idhttpI'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 idhttpI discovered that when setting the ConnectTimeoout property for a TIdHTTP component, it makes the requests (GET and POST) become …
delphi indy idhttp