标签: android rest okhttp3 okhttp
这是一种奇怪的行为:我正在使用OkHttp3处理来自应用程序的其余api调用。 在Android 5+上一切正常,但在Android 4.4上,每个请求都会失败。
我尝试使用com.github.simonpercic.oklog3.OkLogInterceptor进行调试,但响应似乎是空的。
com.github.simonpercic.oklog3.OkLogInterceptor
其余的api在SSL下,我添加Authentication标题以进行基本登录。
Authentication
有人能帮助我吗?