> -----Original Message-----
> From: Andrew Scott [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 03, 2006 7:33 AM
> To: CF-Talk
> Subject: Re: Using CFHTTP to login
> 
> your joking right.
> 
> The form page is called login.asp...... And the cfhttp call 
> is to login.asp.
> 
> 
> You really aren't on top of the question.

His form tag:

<form method="post" action="http://www.mycompany.com/Login.aspx";
name="form1">

His cfhttp call:

<cfhttp url="http://www.mycompany.com/Login.aspx"; method="post"
resolveurl="yes" port="80" redirect="yes">


He says submitting the form works.  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.  The cfhttp posts to this SAME page.  If he got his code
wrong, then he'll have to respond and say so.  In the meantime, I am
definitely on top of the question, and you are still wrong.

Andy



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:258989
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to