• Show log

    Commit

  • Hash : 79fc8281
    Author : Edward Thomson
    Date : 2019-03-21T16:49:25

    http: validate server's authentication types
    
    Ensure that the server supports the particular credential type that
    we're specifying.  Previously we considered credential types as an
    input to an auth mechanism - since the HTTP transport only supported
    default credentials (via negotiate) and username/password credentials
    (via basic), this worked.  However, if we are to add another mechanism
    that uses username/password credentials, we'll need to be careful to
    identify the types that are accepted.