This function enables or disables Digest Authentication for an account. Windows Vista®, Windows® 7, and Windows® 8 requires that you enable Digest Authentication support in order to access your Web Disk over a clear text, unencrypted connection.
Note:
If the server has an SSL certificate that a recognized certificate authority signed and you
can make an SSL connection over port 2078
, you do not need to enable Digest Authentication.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ set_digest_auth \ user='username' \ password='123456luggage' \ enabledigest or digestauth='1'
{- "metadata": {
- "command": "set_digest_auth",
- "reason": "Digest Authentication enabled.",
- "result": 1,
- "version": 1
}
}