I’m looking for a way to secure my WCF service using http and simple username-password authentication, without using certificates.
The service is consumed by an Android device so I can’t use the .NET Proxy generated classes.
I’ve read about basic HTTP authentication but haven’t found an easy way to implement this method.
I’m looking for a way to secure my WCF service using http and simple
Share
I’ve found ASP.NET Web API, seems like a better solution for REST-based Services than WCF.