4xx · Client Error
409Conflict
请求与服务器当前状态冲突。
What is HTTP 409?
409 Conflict 表示请求与服务器当前状态冲突。常见于尝试创建重复资源或并发编辑冲突(乐观锁)。
Example
POST /api/users with existing email → 409 ConflictCheck a URL in real-time
Use our HTTP ping tool to check the actual status code of any URL.
Try httping.io →