Difference between revisions of "MOR API user login"

From Kolmisoft Wiki
Jump to navigationJump to search
Line 12: Line 12:


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

Revision as of 15:01, 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>

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