You can use CFHTTP, and then check to see if there is any
amount of size to the returned file. That does NOT guarantee that
there is any useful content or anything like that, of course.
Keep in mind that even a bad URL will return SOME content
such as "File Not Found" or something like that. For that reason,
you dont want to base your decisions on whether or not the returned
file size is greater than zero.