标签: android retrofit retrofit2 httpresponse http-status-code-302
我使用Android客户端的GET方法调用Web服务,如果response code is 302则返回null响应。我使用Retrofit lib进行网络处理。虽然如果响应代码为200,我会收到回复。
response code is 302
Retrofit
在邮递员或浏览器中使用相同的调用,即使响应代码为302,我也会得到响应。
Retrofit是否需要特殊处理才能返回实际响应而不是null?