encoded username and password. There are 3 types of usernames, namely admin, operator and user. Available APIs are different for each username. Join the user name and the password using a colon, Base64 encode this character string and
enter this in the Authorization line. For example, when
User name admin
Password jvc
then the character string joining the user name and the password with a colon is: admin:jvc
Base64 encoding of this string yields YWRtaW46anZj. Enter this in the Authorization line. Default password is as follows. Password of
| username | default password | |
| admin | ||
|
|
|
|
| operator | ||
| user |
| |
|
|
| |
|
|
|
|
| username | default password |
|
| admin | jvc |
|
|
|
|
|
| operator | jvc |
|
| user | jvc |
|
3)
Example of VN-V685
HTTP/1.1 200 OK<CRLF>
Connection: close<CRLF>
Date: Fri, 13 MAY 2005 08:33:12 GMT<CRLF>
Server: JVC
4) The client disconnects TCP80 to end the use of API.
Note: APIs for getting/setting parameters are not restricted by the access restriction function.
17