Forums
Issue with Token API for rest call - WebData
last year
I am making call as below -
curl --location 'https:///MaximizerWebData/Data.svc/json/Authenticate'
--data '{
Database: "GDMLive",
UID: "maximizer",
Password: ""
}'
Response is as below -
{
"Code": -2,
"Msg": [
"Authentication failed, unable to log in to the Address Book with the given User ID and Password."
]
}
I checked through web that for the user UID: "maximizer",
Password: "" , the web , service and windows authentication is enabled, this is a admin user having access to all modules and password is valid.
- What could be issue. Is this due to some access configuration ?
- How to enable logs and where to check logs for understanding the issue in more details ?
