gpt4 book ai didi

rest - 识别幂等操作冲突的最佳 Http 代码是什么

转载 作者:行者123 更新时间:2023-12-03 20:32:39 25 4
gpt4 key购买 nike

我开发了 res 服务,每次调用都使用唯一的 id 参数,但是当多次使用相同的 id 时,它应该检索相同的响应,并且第一次检索到状态代码指定错误,我正在寻找最好的状态代码,一些帖子使用“409 Conflict”和一些“406 Not Acceptable”,使用哪个?

最佳答案

409 更好,因为 406 主要用于表示 Not Acceptable header 。

406 Not Acceptable The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.



409(冲突)表示您的请求重复。

409 Conflict Indicates that the request could not be processed because of conflict in the request, such as an edit conflict between multiple simultaneous updates.

关于rest - 识别幂等操作冲突的最佳 Http 代码是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42746313/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com