Thanks guys for all your messages.
Sorry that I couldn't get back to you immediately as I got your message at
3am (Australian time) ;)

>> Jason wrote:
>> What I understand is that you have an aspx page that you can log into by
>> making a direct http call from the client browser, to the aspx page.

>> What I also understand that you are trying to do, is have a cfm page that
>> makes a similar aspx call (via CFHTTP) to log in the client.

Jason, that's correct.

>> The challenge in this is that any settings passed back from the aspx page
>> will be sent to the ColdFusion server. They will NOT be passed back to 
>> the client browser from the CF server.

Yeah... I would think that if I dump cfhttp.filecontent I expect to see a
member login page in successful case. 

>> They will NOT be passed back to the client browser from the CF server. 
>> Even though they are sent to the ColdFusion server, the server will not
>> "remember" the response on a subsequent request.

The thing is the html form I've made does the same thing as cfhttp does, but
one can get through and one cannot. For the next request I should pass
cookie info (in every subsequent request) but it is my second step. My first
step is to see asp member home page when using cfhttp.


-----Original Message-----
From: Jason Troy [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 4 November 2006 1:56 AM
To: CF-Talk
Subject: Re: Using CFHTTP to login

Michael, 

I know you've received lots of suggestions already, but I want to backup a
little bit and try to unerstand what you're trying to do. I've read the
thread history and I think there is perhaps a misunderstanding somewhere.

What I understand is that you have an aspx page that you can log into by
making a direct http call from the client browser, to the aspx page.

What I also understand that you are trying to do, is have a cfm page that
makes a similar aspx call (via CFHTTP) to log in the client. 

The challenge in this is that any settings passed back from the aspx page
will be sent to the ColdFusion server. They will NOT be passed back to the
client browser from the CF server. Even though they are sent to the
ColdFusion server, the server will not "remember" the response on a
subsequent request.

Hopefully that makes sense. Please feel free to clarify if I have
misunderstood the intended functionality.

Jason Troy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259144
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to