MOR API user login
From Kolmisoft Wiki
Jump to navigationJump to search
Logs in user into MOR
Request
HTML POST: http://<SERVER_IP>/mor/api/login?u=username&p=password
Result
<Status>Ok</Status>
Everything is ok. User is logged in to the system.
<Status>Failed</Status>
This means that wrong username and/or password and user can't be authenticated.