WCF security settings for clients, not all using .NET.

We have a WCF RESTful service that should be consumed by Android (Java) and iPhone / iPad devices running MonoTouch (.NET)

What security settings can WCF support supported by Android (Java) and iPhone (.NET)?

+3
source share
1 answer

For interoperability, the best security option is HTTPS for privacy and integrity, as well as basic or basic HTTP authentication.

+2
source

All Articles