You mean I can't do this in CF 1.0 beta?  Kidding, I have a lot of idle
time, so no matter what software I am running it is usually up to date.  The
actual reason is because the Application.cfm has these lines of code in it.

<CFIF Not ISdefined("Session.employee_ID")>
 <CFLOCATION URL="login/login.cfm">
</CFIF>



----- Original Message -----
From: "Michael Channing Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 24, 2000 8:45 PM
Subject: Re: CFHTTP erm Nevermind


> I am using 4.01 pro and I get the same error... while using an IP.
>
> Joseph Eugene wrote:
> >
> > 1.If you are using CF Server 4.5, upgrade to 4.5.1 or download the
hotifx
> > from allaire for CFHTTP.
> >
> > 2. Use IP Addresses rather than Urls, it makes a lot of difference
> >    especially when you connecting from intranet to internet via FireWall
> > and the likes
> >
> > Hope this helps
> > Joe
> >
> > ----- Original Message -----
> > From: "Sean Renet" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, May 24, 2000 7:55 AM
> > Subject: Re: CFHTTP erm Nevermind
> >
> > > seems the application.cfm sends you to the login screen if you don't
have
> > a
> > > session.id.  Down with Application.cfm!  Huzzah app_globals!.
> > > ----- Original Message -----
> > > From: "Sean Renet" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Wednesday, May 24, 2000 4:36 AM
> > > Subject: CFHTTP
> > >
> > >
> > > > I was making a refresher run thru the Advance Coldfusion Development
> > > Course
> > > > Booklet as I am taking that double top secret test today.  I haven't
> > ever
> > > > used CFHTTP so I thought I would run thru the examples.
> > > >
> > > > Here is the code:
> > > > <CFHTTP URL="http://www.mywebsite.com/DHPCFA/Lab/HRApp/EmpList.cfm"
> > > > METHOD="GET" RESOLVEURL="true"></CFHTTP>
> > > > <cfoutput>#CFHTTP.FileContent#</cfoutput>
> > > >
> > > > When I browse this I get:
> > > >
> > > > Connection Failure
> > > >
> > > > What gives?  I have tried this using localhost, 127.0.0.1, and the
> > actual
> > > > domain name of my box and I get the same error.
> > > >
> > > >
> > > >
> > > >
> > >
> >
> --------------------------------------------------------------------------
> > > ----
> > > > Archives: http://www.eGroups.com/list/cf-talk
> > > > To Unsubscribe visit
> > >
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> > > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > > the body.
> > > >
> > >
> > >
> >
> --------------------------------------------------------------------------
> > ----
> > > Archives: http://www.eGroups.com/list/cf-talk
> > > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
> > send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
> > the body.
> > >
> >
>
> --------------------------------------------------------------------------
----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
> --
> ========================================
> Michael C. Wilson, CTO - Xion Media
> P - 704.398.2454  /  F - 704.398.2063
> http://www.xionmedia.com
> ========================================
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to