HTTP 401 error message
An HTTP 401 error message means the server is requesting, but not receiving, user authentication (login and password).
This error message means authenticate.xxx.login
and
authenticate.xxx.password
are not correctly configured. The login
and password should be provided in the FGLPROFILE.
Solution:
- Open the FGLPROFILE used by the application.
- Add entries for
authenticate.xxx.login
andauthenticate.xxx.password
. - Save your changes.