Taco, were you using GetAsBinary? And wer eyou outputting it with CFCONTENT
and the right mimetype? When I do the following,it works fine (hello,
Yoda!):
 
<cfsetting showdebugoutput="No">
<cfhttp url="http://i5.ebayimg.com/03/i/08/c6/cb/fc_1.JPG?set_id=7
<http://i5.ebayimg.com/03/i/08/c6/cb/fc_1.JPG?set_id=7&uniqueString=92B0FF05
-8C01-2C47-FF0F14FBB5A4A211>
&uniqueString=92B0FF05-8C01-2C47-FF0F14FBB5A4A211" getasbinary="yes">
 
<cfcontent variable="#cfhttp.filecontent#" type="image/jpeg">
 
Hope that helps.
 
/charlie
 

  _____  

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Taco Fleur
Sent: Friday, October 12, 2007 1:34 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] CFHTTP Connection Failure


Hello all,
 
I'm trying to download and save an image to disk with cfhttp, but its
returning "Connection Failure", however, not all the time, and when I access
the url via the browser the image is there.
When I look at the response with LIVEHEADERS (in firefox) I aslo don't see
the same result as I get when using cfhttp.
 
Anyone any ideas? 
 
Header:
HTTP/1.1 200 OK Connection: close Expires: Mon, 26 Nov 2007 05:30:20 GMT
Accept-Ranges: bytes Date: Fri, 12 Oct 2007 05:30:20 GMT Server:
Apache/1.3.27 (Unix) Content-Length: 29556 Cache-Control: max-age=3888000
ETag: "236371-7374-4557d99d" Last-Modified: Mon, 13 Nov 2006 02:34:05 GMT
Via: 1.1 qsxcache58 (NetCache NetApp/5.5R6) Content-Type: image/jpeg 
 
The url being: http://i5.ebayimg.com/03/i/08/c6/cb/fc_1.JPG?set_id=7
<http://i5.ebayimg.com/03/i/08/c6/cb/fc_1.JPG?set_id=7&uniqueString=92B0FF05
-8C01-2C47-FF0F14FBB5A4A211>
&uniqueString=92B0FF05-8C01-2C47-FF0F14FBB5A4A211 
I've added the uniquestring so it would not cache in the proxy or
anything.....
 
Thanks.

-- 
*** http://www.clickfind.com.au 
The new Australian search engine for businesses, products and services 
*** Virtual and Dedicated Servers with MS SQL from $250 a month 
*** Virtual and Dedicated Servers with registered version of ColdFusion from
$350 a month
*** ColdFusion licenses at the lowest price 




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to