Checking availability of host/website

2008-06-28 Thread Michael Kaye
Hi all, Another newbie here so be gentle... I have a small app that needs to send a number of requests to a remote server. I have implemented an SCNetworkReachAbility based method to test firstly whether a network is available, but I was wondering in your opinion what is the best way to

Re: Checking availability of host/website

2008-06-28 Thread Omar Qazi
On Jun 28, 2008, at 12:36 AM, Michael Kaye wrote: I have implemented an SCNetworkReachAbility based method to test firstly whether a network is available, but I was wondering in your opinion what is the best way to check that the remote host/website is responding to requests? It