Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cfhttp url="[URL unfurl="true"]http://www.google.com"[/URL] method="GET" timeout="4" useragent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"></cfhttp>
<cfdump var="#cfhttp#">
[code]
Now that you've checked the url '[URL unfurl="true"]http://google.com'[/URL] you can see all sorts of fun stuff that cfhttp returns. read through the reference and see what each item is. Now you can tell if the link was good or not.