Login (Non-Encrypted Password) - Denkovi DAEnetIP4 User Manual

Web enabled ip controller
Hide thumbs Also See for DAEnetIP4:
Table of Contents

Advertisement

Request
http://192.168.1.100/current_state.json
Reply (login required):
{
"CurrentState": {"LoginKey": "65156"}
}
Step 2:
Request (password is sent as a parameter)
http://192.168.1.100/current_state.xml?pw=28237099263eabfd88626124a822c
64c
Reply (password is O'K, login accepted):
<CurrentState>
...
</CurrentState>
Request (password is sent as a parameter)
http://192.168.1.100/current_state.json?pw=28237099263eabfd88626124a822
c64c
Reply (password is O'K, login accepted):
{
"CurrentState": {
... }
}
Password encryption algorithm to be implemented in custom application is
available upon request.

8.2. Login (Non-Encrypted Password)

In this mode the password is passed as non-encrypted parameter with the
request:
http://192.168.1.100/current_state.xml?pw=admin
http://192.168.1.100/current_state.json?pw=admin
Getting the <LoginKey> in the answer in this mode means only that the provided
password is wrong or the login session has been expired.
If there is no data traffic between the custom application and the
DAEnetIP4 for time, specified by Session Timeout parameter, the
session "times out" and a new login is required.
DAEnetIP4 User Manual
08 June 2018
-44-

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DAEnetIP4 and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents