wget is a standard tool for issuing HTTP requests from a command line. Even with having
Indy’s TIdHttp on a Mac now, it might be handy for some tests or scripts to use wget. The equivalent of IdHttp.get('http://google.com'); is wget
http://google.com Unfortunately though wget is not installed ...
More...