|
|
Basic authentication is platform agnostic. A .NET program could authenticate
by using a NetworkCredential object to create an HTTP request that has the
authentication information.
NetworkCredential class (.NET)
http://msdn2.microsoft.com/en-us/library/system.net.networkcredential.aspx
Example of consuming web services in .NET, includes basic authentication using
NetworkCredential object
http://authors.aspalliance.com/QuickStart/aspplus/default.aspx?url=/quickstart/a
spplus/doc/secureservices.aspx
Overview of basic authentication
http://en.wikipedia.org/wiki/Basic_authentication
|
|