Access¶
/stm.cgi?auth¶
Configure the authentication settings.
GET /stm.cgi?auth=ABC*D*E*F
Adetermines whether Basic Authentication is enabled, integer0-1Bdetermines whether upgrade is enabled, integer0-1Cis the admin username, string (Base64 encoded)Dis the admin password, string (Base64 encoded)Eis the user username, string (Base64 encoded)Fis the user password, string (Base64 encoded)
Example:
http://192.168.1.100/stm.cgi?auth=01YWRtaW4=*YWRtaW4=*dXNlcg==*dXNlcg==
/post.cgi?users_save¶
Set list of users to access LC via Basic Authentication, mainly to control outputs.
POST /post.cgi?users_save
&uA=B*C*D&uA=B*C*D&&
Ais index of entry to set, integer0-49Bis the username, stringCis the password, stringDdetermines whether the entry is active, integer0-1
Example:
http://192.168.1.100/post.cgi?users_save
&u0=user1*pass1*1&u1=user2*pass2*1&&