Hi,

I have this piece of code that works fine under CF5, but fails with 
"connection failure"
and status code = 200 bothe under CF 6 and CF 7, on the same server.

<CFHTTP METHOD="GET"
  RESOLVEURL="Yes"
  
URL="http://www.cyberpresse.ca/apps/pbcs.dll/section?Category=CPRSS&profile=5046&mime=xml&cacheid=5046";
  TIMEOUT="20"
  >
</CFHTTP>

I've been through all sort of tests found in Google involving charsets, 
redirect="yes", "Accept-Encoding",
to no avail.

Any hint ?

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

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

Reply via email to