I enabled the
|
||Controller Api REST/JSON Read-Write [ctrlApiRest0]|
http://x:admin@localhost:8084/rest/channel/meter0
And I get,
{
“jsonrpc”: “2.0”,
“id”: “00000000-0000-0000-0000-000000000000”,
“error”:{
“code”: 1003,
“message”: “Authentication failed”,
“data”:[]
}
}
Is is something wrong on my implementation?
Thank you