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 your FGLPROFILE file.
Solution:
- Open the FGLPROFILE file used by the application.
- Add entries for
authenticate.xxx.login
andauthenticate.xxx.password
. - Save your changes.