Accounts
Account Management
Enable or disable Digest Authentication
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.
get/set_digest_auth
Query parameters
enabledigest0 | 1 required
Example:1
Whether to enable Digest Authentication for the account.
- 1 — Enable.
- 0 — Disable.
passwordstring required
Example:123456luggage
The account's password.
userstring required
Example:username
The account's username.
digestauth0 | 1
Example:1
Whether to enable Digest Authentication for the account. This is an alias for the enabledigest parameter.
- 1 — Enable.
- 0 — Disable.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "set_digest_auth",
"reason": "Digest Authentication enabled.",
"result": 1,
"version": 1
}
}