I
Ivan Demkovitch
Hi!
I have Portal application which is on http. However I like to do user
authentification using SSL
I like approach most sites use:
They have
<form name="loginForm" action="https://sss" method="post">
...
I wonder how can I do "action" parameter dinamic from my ASP.NET ?
Next question is how to actually read values when it get's posted to
"https://sss"
Another question is
If I authentificated user and want to go to exactly same place user came
from (original http://aaa) How do I get this address ?
Also, I want to maintain same Session. All user credentials will be stored
there.
Is it correct approach to securing user login/password ?
I have Portal application which is on http. However I like to do user
authentification using SSL
I like approach most sites use:
They have
<form name="loginForm" action="https://sss" method="post">
...
I wonder how can I do "action" parameter dinamic from my ASP.NET ?
Next question is how to actually read values when it get's posted to
"https://sss"
Another question is
If I authentificated user and want to go to exactly same place user came
from (original http://aaa) How do I get this address ?
Also, I want to maintain same Session. All user credentials will be stored
there.
Is it correct approach to securing user login/password ?