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.
有没有办法在纯REST API上实现指数退避?您必须跟踪某些状态(例如 IP 地址、帐户),不是吗?
就我而言,实施退避政策是客户的责任。否则,如您所说,必须维护某种状态,例如检查 cookie、请求令牌等。
现在,根据该定义,许多 REST API 并不是纯粹的,因为它们将请求令牌作为参数,并且可能会限制每小时或每天的调用次数,但这就是权衡。