How secure is WCF wsHttpBinding's Windows authentication?
        Posted  
        
            by Akash Kava
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Akash Kava
        
        
        
        Published on 2010-05-25T16:54:02Z
        Indexed on 
            2010/06/12
            11:52 UTC
        
        
        Read the original article
        Hit count: 460
        
I have created WCF and I have used wsHttpBinding and MTOM as message transport with authentcation as "Windows".
Now my service is not current SECURE, its plain HTTP, running on custom port.
Is Windows Authentication of WCF's wsHttpBinding secure? can anyone see the password or guess through network trace?
Thank you, - Akash
© Stack Overflow or respective owner