Jump to: navigation, search

Login via GET parameters

Method

GET

Syntax

GET /login?username=<username>&password=<password>[&passwordEncoded]

or

GET /ui/login?username=<username>&password=<password>[&passwordEncoded]

or

GET /ui/login.jsf?username=<username>&password=<password>[&passwordEncoded][&application=<application_name>]

Login request with GET parameters must be syntactically backward-compatible with previous versions of iWD Manager. In both cases (POST and GET), passwordEncoded is optional; if present, the password must be encoded with Base64. The application parameter is optional and is ignored; it is allowed for compatibility only.

Response

HTTP 302 Found

The Location header contains either to the GUI starting page (on success) or to the login page with an error message (on failure).

This page was last edited on December 19, 2017, at 11:03.
Comments or questions about this documentation? Contact us for support!