When opening the Universal GUI login page, DevTools gives a 401 (Unauthorised) error. After logging in with a user with a picture uploaded in IAM the error is shown again.
- 401 - unauthorized. The user is not logged in to Indicium (anymore). Note that the login page will execute
i_ui_user
before login to validate whether the user has logged in or not. This may cause a 401 error on purpose if not.
Isn't this GET request an attempt to read the IAM profile picture? Isn't it unnecessary that the request is fired at the login screen?