GeXiangDong

精通Java、SQL、Spring的拼写,擅长Linux、Windows的开关机

0%

no authentication challenges found

遇到的问题

后端服务返回HTTP状态码401时,没有Header “WWW-Authenticate”,某些版本Android客户端会出错,错误信息为no authentication challenges found。

解决办法

可修改服务器的返回,在401的返回增加 Header WWW-Authenticate, Basic realm=”fake” 来避免此问题。

android(4.x) 的DELETE方法问题

另外某些Android版本(4.x)在调用DELETE方法(RESTFul中会用到)如果HTTP BODY中有内容会出错,服务器收不到请求。