User Guide
73
Basic, Digets, Token.
Username/Password: Used in basic and digest auth
mode. The default username/password is admin/httpapi.
IP01~05: Configure the white list IP.
None
No authentication is required for http api, it is only used
by demo testing.
Normal (reserved)
WhiteList
The whitelist is suitable for operation in the LAN, by
judging the IP address of the visitor to confirm whether
to allow access to the HTTP API.
Basic
In Authorization field of Http request header, use
Base64 encode method for the information of
username and password.
Digets
Password encryption method, only supports MD5.
In Authorization field of Http request header:
WWW-Authenticate: Digest
realm="HTTPAPI",qop="auth,auth-int",nonce="xx",
opaque="xx".
Token (reserved)