Difference between revisions of "MOR API user login"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 9: Line 9:
==Result==
==Result==


<Status>Ok</Status>
<Status>Ok</Status>
 
Everything is ok. User is logged in to the system.
 
----
 
<Status>Failed</Status>


<Status>Failed</Status>
This means that wrong username and/or password and user can't be authenticated.
This means that wrong username and/or password and user can't be authenticated.

Revision as of 15:02, 17 January 2008

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.