Time to expose my woeful ignorance of .net....

Will .net be rejecting any post that has not come from the same page?
Perhaps using the viewstate to authenticate where the post has come from?

I have some vague recollection of .net not allowing a form to post to a
different action page?

Probably all wrong, but I thought I would throw it out there!


On 03/11/06, Michael Nguyen <[EMAIL PROTECTED]> wrote:
>
> 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.netand 
> 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:259021
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