【发布时间】:2014-08-29 04:15:00
【问题描述】:
我尝试使用 HttpPost 发送一个 id 应用程序,但是当我尝试使用 Retrofit 执行此操作时出现异常:
java.io.IOException: Received authentication challenge is null
这里是发布应用程序ID的方法:
@POST("/acces_token")
@Headers({ "Content-type: application/json" })
Response identifierApplication(@Header("X-FTVEN-ID") String header);
我在谷歌上搜索,但我没有发现改造时出现此错误。
感谢您的回复
【问题讨论】:
标签: java android http retrofit