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 中缓存错误响应是一种好习惯吗?
有一个负载很重的应用程序暴露 REST API 并隐藏在 CDN 后面,我们目前在 CDN 上缓存状态 200 响应,但除了 200 之外的任何响应都没有被缓存,因此大大增加了负载。
应用程序的性质使得 404 响应预计会经常发生。然后我们是否也可以在 CDN 上缓存错误响应,也许使用不同的过期策略?您认为这是一个好习惯还是根据 REST 标准?
谢谢你!