Dear Cisco Team,
Trust you are doing good,
I have a question regarding the API response we are getting from Cisco Call manager to our Third Party tool.
We are trying to establish a connection between our tool and Call manager :
CLI Command we are using :
curl -k https://x.xx.xxx.xx:8443/CDRonDemandService/services/CDRonDemand?wsdl -u username:password
Output :
<title> Cisco System - Error report </title> <style> a { color: #316984; text-decoration: none; } a:hover { color: #316984; text-decoration: underline; } a:visted { color: #316984; text-decoration: none; } body { background-attachment: fixed; background-color: #ffffff; background-repeat: no-repeat; color: #316984; font-family: arial,helvetica,sans-serif; } #content { border: 1px solid #d6d7d6; font-size: 93.5%; margin: 0px 10% 30px 10%; } #content-header { background-color: #eeeeee; border-bottom: 1px solid #666666; color: #666666; font-size: 124.5%; padding: 5px 15px 5px 15px; } #copyright { font-size: 75%; margin: 0px 10% 0px 10%; padding: 3px 0px 0px 0px; text-align: right; } img { display: block; margin: 0px 0px 20px 0px; } #logo { margin: 30px 10% 0px 10%; } p { padding: 5px 15px 5px 15px; } pre { padding: 5px 15px 5px 30px; } </style>
<img></img>
HTTP Status 401 -
type: Status report
message:
description: This request requires HTTP authentication.
We are getting the above response from call manager with error as "This request requires HTTP authentication."
Please assist in case there is a way to resolve the issue on the call manager end regarding HTTP authentication nAPI response.