macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: secure webservice

Subject: Re: secure webservice
From: "JR "Bob" Dobbs"
Date: Fri, 11 Apr 2008 21:38:13 +0000 UTC
Newsgroups: macromedia.coldfusion.advanced_techniques

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


<Prev in Thread] Current Thread [Next in Thread>