
最近在写一个简单的第三方登录的功能,因此需要带上用户的 access token 访问 api.github.com/user 请问出现这个问题是因为网络的原因吗?
如果我想解决这个问题应该怎么做?
1 shenyangno1 2020 年 5 月 13 日 我也遇到了这个问题,我也是用的 httpclient,access token 无论放在 url 参数中或者放在 header 中都不行。苦恼的是偶尔能正常返回结果,大部分时间请求结果都是 connection reset 。坐等大佬。。。 |
2 rorke OP @shenyangno1 请问解决了吗 |
3 shenyangno1 2020 年 6 月 30 日 @rorke 没有:-( |