I'm getting a CF error that I think may be due
to the nature of how iMS works. However, I'm not
sure how to work around it. Here's the scoop:
I have the following code in my application.cfm
file
<cfif http_host CONTAINS "xertcomms.com">
        do this
<cfelseif http_host CONTAINS "192.168.1.">
        do that
<cfelse>
        blah
</cfif>

My ReportPostStatus template is throwing an error
that looks like this:
"Error near line 6, column 16.<HR><P>Error resolving parameter
<B>HTTP_HOST</B><P><P>ColdFusion was unable..."

It's gotta do with the http_host variable.
Can someone explain to me why I'm getting this error?
http_host is an http header value that should always exist, regardless.
Maybe I'm overlooking something?

Thanks in advance.

Jose


==^=======================================================
     This list server is Powered by iMS
   "The Swiss Army Knife of Mail Servers"
   --------------------------------------
To leave this list please complete the form at 
http://www.coolfusion.com/iMSSupport.cfm
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/iMSDevelopers.cfm
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [email protected]
==^=======================================================


Reply via email to