> Oh good point there. So - ignoring my server where I don't have a proper
> 404 (grin), this should work for you:
>
> <cfhttp url="http://www.cnn.com/index2332.cfm";>
> <cfif cfhttp.responseheader.status_code is 200>
> good
> </cfif>

Your original point is perfectly valid, though - lots of people don't
return proper status codes. So it is useful to have some additional
logic to deal with soft 404s if you're testing against unfamiliar
servers.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358232
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to