Checks if a request on a given URL succeeds and returns an OK status.
Usage
url_ok(...)
Arguments
...
passed to HEAD to perform the request (usually just a url)
Value
This function returns TRUE only if the http status is
exactly 200, FALSE otherwise. See
http://en.wikipedia.org/wiki/Http_status_codes
for more information on http status codes.