When hosting your service in IIS, sometimes you may decide to protect it by using of for example Basic Authentication. In this case I assume that secured transport (ssl) is used, because the username and password are base64 encoded (clear text). Unfortunately...