Ask Ben: CFHttp For Web Mining And Image Hot Linking

<cfhttp 
	url="http://www.donovanphillips.com/galleries/ncg/fawn01/FawnNCG1-0033.JPG" 
	method="GET" 
	useragent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2" 
	getasbinary="yes"
	result="objHttp">
	 
	<!--- Set referrer params. In this case, we want to override the referrer. --->
	<cfhttpparam 
		type="CGI" 
		name="http_referer" 
		value="http://www.donovanphillips.com/galleries/ncg/fawn01/index.php" 
		encoded="false" 
		/>
</cfhttp>

For Cut-and-Paste