Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 axios 与一个使用 devise-token-auth 的 restful api 一起使用,并设置为更改每个请求的标头,批处理请求缓冲区限制为 5 秒。我可以登录并进行多次良好通话(如果少于 5 秒,则使用相同的令牌)并接收新令牌并在下一次通话中使用它。我的问题是它要么恢复为我没有得到响应的旧令牌。或者只会在一个好的令牌上失败。有什么建议吗?
称呼
Axios 客户端