Product Info

Table Of Contents
Single Tenant Door Phone
AKUVOX SMART INTERCOM www.akuvox.com
94
“WhiteList” authorization is selected for the integration.
Please refer to the following description for the Authentication mode:
NO.
Authorization
Mode
Description
1
None
No authentication is required for HTTP API as
it is only used for demo testing.
2
Normal
This mode is used by Akuvox developers only.
3
WhiteList
If this mode is selected, you are only required
to fill in the IP address of the third party
device for the authentication. The whitelist is
suitable for operation in the LAN.
4
Basic
If this mode is selected, you are required to fill
in the User name and the password for the
authentication. In Authorization field of HTTP
request header, use Base64 encode method to
encode of username and password.
5
Digest
Password encryption method only supports
MD5. MD5( Message-Digest Algorithm)
In Authorization field of Http request header:
WWW-Authenticate:Digest
realm="HTTPAPI",qop="auth,auth-int",nonce="
xx", opaque="xx".