esiste un funzione della libreria synapse
http://synapse.ararat.cz/doku.php
che si chiama HTTPGetText che ritorna in una TStringList il testo della pagina web chiamata, testo che può essere anche vuoto, io la ho utilizzata così senza problemi chiamando uno script php
Il suo utilizzo è
function HttpGetText(const URL: string; const Response: TStrings): Boolean;

A very usefull function, and example of use can be found in the THTTPSend object. It implements the GET method of the HTTP protocol. This function sends the GET method for URL document to an HTTP server. Returned document is in the "Response" stringlist (without any headers). Returns boolean TRUE if all went well.
se non vuoi scomodare questa libreira controlla che su indy non ce ne sia una analoga
ciao
sergio