Back to HTTP Check Tool
4xx · Client Error

409Conflict

请求与服务器当前状态冲突。

What is HTTP 409?

409 Conflict 表示请求与服务器当前状态冲突。常见于尝试创建重复资源或并发编辑冲突(乐观锁)。

Example

POST /api/users with existing email → 409 Conflict

Check a URL in real-time

Use our HTTP ping tool to check the actual status code of any URL.

Try httping.io →

Common Use Cases

  • 重复用户名注册
  • 编辑冲突(乐观锁)
  • 版本不匹配的 API 调用

Quick Facts

Code409
Category4xx
TypeClient Error

Related 4xx Codes