Android OKHttp"重试"很多时候401

时间:2016-01-07 08:16:36

标签: android okhttp http-status-code-401

我使用OKHttp来执行http请求。但是当我收到401错误时,它会重试多次。

我进行了调试,发现当在okio.java code img中的代码之后运行时,我收到7个请求,fiddler catch我只需要第一个请求。

我使用了OkHttpClient.setAuthenticator()return null

我该如何解决?

感谢。

1 个答案:

答案 0 :(得分:0)

试试这段代码:

okHttpClient.setRetryOnConnectionFailure(false);