On Thu, 21 Oct 2004 17:15:33 -0500, Russel Madere <[EMAIL PROTECTED]> wrote: > I have a site on a server running CFMX 6.1 on Solaris. When I try to CFHTTP to > http://www.nws.noaa.gov/data/current_obs/KHUM.xml I get a 408 error. However, I can > open this URL in my browser fine. > > I have been told by the server admin that the issue is the CFHTTP will not send a > request header for HTTP 1.1, which is required by the Akamai network hosting the NWS > site. I seem to remember a Java class that can make an HTTP request, but have gone > brain dead. > > Can someone suggest a replacement for CFHTTP that does not require Windows? >
Hmmm, not sure about your server admin's statement, but I don't know if you've diagnosed your problem correctly. Just because the URL works in your browser, it doesn't mean you've mimiced the server's call. What you need to do is see what the response is when you call the URL in a browser *on the server iteself.* I would check the cfhttp tag reference on Macromedia's site after verifiying that it really is ColdFusion. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-p58.htm#wp1632966 The reason I say that is that 6.1 is a full overall of the previous release, and implementation almost mirrors any and everything you can do witih the JRE. Barring all that, I think Lewis Sellers has a cfhttp replacement for windows: http://www.intrafoundation.com/coldfusion.html Regards, Dave. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| The annual ColdFusion User Conference is being held Sat 6/26 - Sun 6/27/04 8am-5pm in the Washington DC Area. http://www.houseoffusion.com/banners/view.cfm?bannerid=44 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:182294 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

