>> If the login action has been especially designed to block any robot >> intrusion, >> you're not finished with your project.
I don't think so Claude. The reason is the html form (login1.cfm) is working well and I try to simulate the login process exactly as we login as that html form. >> One thing I'd like to know: what is the feedback you are getting from >> the login when it fails? >> I mean from your CFHTTP. Any message about the reason it failed? The login process happens like this: If the login is successful then it redirects to another page like member home page. If not, it redirects user to login form with an error message: Login failed! When using login1.cfm (which is working) then after submitting, the member home page is shown. If I type in incorrect details then it redirects to login form say login.aspx with message Login Failed. When using CFHTTP and dump cfhttp.filecontent, the login form login.aspx is shown WITHOUT any error message just like you get there first time. Claude, remember you asked me to try to disable cookie and submit the form that works? I got the same screen as I do with cfhttp which is login form WITHOUT any error message. I would suggest that the problem might be is the asp.net think that the cookie is disabled and the login process does not happen. It simply redirects user to the login page. I have been pulling out my hair but no luck so far... Thx -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Saturday, 4 November 2006 1:59 PM To: CF-Talk Subject: Re: Using CFHTTP to login >>Sorry if something is unclear. Well, it is getting complex indeed. If the login action has been especially designed to block any robot intrusion, you're not finished with your project. One thing I'd like to know: what is the feedback you are getting from the login when it fails? I mean from your CFHTTP. Any message about the reason it failed? Also, I suppose you looked at the source code of the login form, since you are trying to emulate it. Was there any Javascript in it? May be if you could show us the code? -- _______________________________________ 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:259155 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

