倾倒城市飞艇,得到意想不到的回应
Dumping urban airship and getting unexpected response
我正在使用城市飞艇作为推送通知。但是在我的服务器日志中我多次收到错误 "java.lang.RuntimeException: unexpcted response" status code:401 responseBody - authorization Required。 (在图像中)。城市飞艇有bug吗?请任何人以正确的方式指导我。
如您的错误所述,身份验证字符串不正确或缺失。 Urban Airship's documentation 声明您的身份验证需要是您的主身份验证字符串:
Authorization: Basic
此外,这是他们的完整响应代码列表:
http://docs.urbanairship.com/api/overview.html#response-codes
401 Unauthorized: Authentication information (the app key & secret) was either incorrect or missing
我正在使用城市飞艇作为推送通知。但是在我的服务器日志中我多次收到错误 "java.lang.RuntimeException: unexpcted response" status code:401 responseBody - authorization Required。 (在图像中)。城市飞艇有bug吗?请任何人以正确的方式指导我。
如您的错误所述,身份验证字符串不正确或缺失。 Urban Airship's documentation 声明您的身份验证需要是您的主身份验证字符串:
Authorization: Basic
此外,这是他们的完整响应代码列表:
http://docs.urbanairship.com/api/overview.html#response-codes
401 Unauthorized: Authentication information (the app key & secret) was either incorrect or missing