MOR API user login

From Kolmisoft Wiki
Revision as of 15:02, 17 January 2008 by Admin (talk | contribs)
Jump to navigationJump to search

MOR API

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.