From fa8dfa28d194cae3c72dd18d8f91c7c9ecc33198 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 4 Nov 2018 10:11:13 +0000 Subject: Update monkey 401login a little to be easier to work with --- docs/using-monkey.md | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/using-monkey.md b/docs/using-monkey.md index c6298dd04..f4cb9d66a 100644 --- a/docs/using-monkey.md +++ b/docs/using-monkey.md @@ -355,10 +355,28 @@ Responses * `LOGIN OPEN LWIN` _%id%_ `URL` _%url%_ USER _%str%_ PASSWD _%str%_ `REALM` _%str%_ - The core asked Monkey to ask for identification for the named - realm at the given URL. + The core asked Monkey to ask for identification for the given URL. -> TODO: Implement support to control the 401LOGIN process + This will be *immediately* followed by: + +* `LOGIN USER LWIN` _%id%_ `STR` _%str%_ + + The given login window has a default username of the given string + + This will be *immediately* followed by: + +* `LOGIN PASS LWIN` _%id%_ `STR` _%str%_ + + The given login window has a default password of the given string + + This will be *immediately* followed by: + +* `LOGIN REALM LWIN` _%id%_ `STR` _%str%_ + + The given login window has a realm of the given string + + Subsequent to this message, the user of monkey is at liberty to issue + `LOGIN` commands to control the response of the `401LOGIN` process. ### Plotter messages -- cgit v1.2.3