Book: "Building Secure ASP.NET Applications", at page 276 says:
I'm speaking about .NET Remoting Security chapter.
"With Basic Authentication the username and password are available to the server
in clera text."
Now, I get username in this way:
System.Web.Http Context.Current .User.Identity. Name
and how to get the password?
I'm speaking about .NET Remoting Security chapter.
"With Basic Authentication the username and password are available to the server
in clera text."
Now, I get username in this way:
System.Web.Http Context.Current .User.Identity. Name
and how to get the password?
Comment