Sending username and password to web service
        Posted  
        
            by Jim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jim
        
        
        
        Published on 2010-05-20T18:37:16Z
        Indexed on 
            2010/05/20
            18:40 UTC
        
        
        Read the original article
        Hit count: 330
        
I am developing a web service and I need to send a username and password to the service in a GET method. Is it OK to send this information in the uri as long as it's going over a secure channel like ssl? In other words, can I have a uri that looks like /users/{username}/{cleartext_password}?
© Stack Overflow or respective owner