Status Codes
| HTTP Status Code | appStatusCode | Message | Possible Remediation |
|---|---|---|---|
| 200 OK | - |
Login successful |
- |
| 400 Bad request | Username or password cannot be null or empty | Check and ensure if a non-null/non-empty value is given in the header field for username or password | |
| 401 Unauthorized | Login failed. Invalid credentials. | Check and ensure if the username and password provided are valid and correct. |