Yes, Mark. The login page directs me to a member home page and I did include
redirect='yes'. 

-----Original Message-----
From: Mark A Kruger [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 4 November 2006 1:15 AM
To: CF-Talk
Subject: RE: Using CFHTTP to login

Michael,

Does the login page do a redirect to a different page?  If so your CFHTTP
call should include REDIRECT="yes" or it will not follow the header
instruction.

-Mark 

-----Original Message-----
From: Michael Nguyen [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 03, 2006 7:00 AM
To: CF-Talk
Subject: Re: Using CFHTTP to login

Hi everyone again,

Sorry for getting back to you late and for the not very clear question.
I think that Claude understands me right. The login.aspx is NOT form page
but action page. The html form that I wrote was NOT extract from login.aspx
Both html form and cfhttp is to submit to action page login.aspx but the
html does it successfully and the cfhttp does not.

My task is to provide a single login to different applications - asp.net and
CF.
What I have tried to do is provide a CF login page where the user can login
into both systems.

The html form that I posted is only for testing that I successfully login
into asp.net.

What I thought I might do is to make a cf login page and if the user
successfully logged in into cf then the cfhttp will submit the login details
to asp.net but for some reason I could not get it through and what I don't
understand so far is the cfhttp does the same thing as a html form does.
When I dump cfhttp.filecontent it shows me the login page (which is not
successful login, it should show the member homepage if successfully logged
in)

Thank you for all your messages and I appreciated your time and help.

Michael


>>>The form posts to the login.aspx page,
>which tells me he is posting to the (same) form page, which is not 
>impossible to do.
>
>Indeed, but this does not even has to be the case here.
>Michael never said that the sample code for the form he gave was 
>extract from the login.aspx page.
>
>As you said, the form he sends by hand works, which proves that 
>login.aspx IS NOT the form page, but the action page, then what he is 
>trying to HTTP IS the action page, NOT the form page.
>
>--
>_______________________________________
>REUSE CODE! Use custom tags;
>See http://www.contentbox.com/claude/customtags/tagstore.cfm
>(Please send any spam to this address: [EMAIL PROTECTED]) 
>Thanks.





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:259033
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