Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Password in Authenticate.aspx

Hi,

I want to store login/password in cookie after authentication is done. For this I plan to add in original Authenticate.aspx a command like "Response.Cookies.Add(...)" before return from procedure. But I am not shure there is info about actual login and password somewhere. Is there?

I can only get login and password from POST stream, in case there was login form filled before. But what are about basic browser authentication or NTLM? Can I get these credentials in plain text?

0 Replies