> Unfortunately, it clearly doesn't work. I can - and have - repeatedly called > the page > using that URL from a browser and it works. It's a pretty simple request and > returns > very simple HTML code. I've made a copy of the request response and saved it > as a > simple HTML file on the same server (using the URL in the CFHTTP call from a > browser) and called it using CFHTTP and there is no problem.
Have you examined the HTTP request and response headers in detail? You may need to send additional information with CFHTTP, or change some of the information that's already being sent. Is there any redirection on the server? You may need to tell CFHTTP to follow through the redirection, or target the redirection URL directly. But I can tell you, with a pretty high degree of certainty, that if you can get something with a browser you can get it with CFHTTP. > doc type: .cfm, .jsp, .asp, etc. (file type) - sorry to be unclear. That doesn't make any difference. Is this URL publicly available? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more informati ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323164 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

