What's even stranger (or maybe I maybe I am not understanding) is that the CGI object in ColdFuion never returns an error for key references. If you referred to:
CGI.blam_foo_bar_dang ColdFusion would return an empty string, not an error. So, I am not sure where in your code cause even cause an error like that to be thrown. ...................... Ben Nadel Certified Advanced ColdFusion MX7 Developer www.bennadel.com Need ColdFusion Help? www.bennadel.com/ask-ben/ -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 10:44 AM To: CF-Talk Subject: HTTP_HOST not defined Hi, I just found this erreor in my error log this morning. Thee error was cause by CGI.HTTP_HOST being not defined. I wonder how this could happen, since the server (IIS) is supposed to answer a missing host header with an error 400. If the header was supplied with an empty string, the CF CGI.HTTP_HOST should at least be defined and contain an empty string, no?. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284434 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

