Chad,

It might also be a "Referer" issue. Site don't like screen-scraping so
they try to limit views to only people who came from a local site. Check
this out:

http://www.bennadel.com/index.cfm?dax=blog:314.view

You have to send a fake referring value to trick the site into thinking
you are already on it.

......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: Chad Gray [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 05, 2007 5:35 PM
To: CF-Talk
Subject: cfhttp

Does CFHTTP show up as a "browser" type that could be blocked?

I cannot download my Calvin and Hobbes comics anymore with the
following.

<cfhttp method="GET"
url="http://images.ucomics.com/comics/ch/2007/ch070605.gif";
path="#variables.path#" file="calvin#day#.gif">

If I hit the URL:
http://images.ucomics.com/comics/ch/2007/ch070605.gif

I get the comic, but if I use CFHttp it fails.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280247
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to