The Wayback Machine - https://web.archive.org/web/20170702132434/https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409

MDN’s new design is in Beta! A sneak peek: https://blog.mozilla.org/opendesign/mdns-new-design-beta/

409 Conflict

The HTTP 409 Conflict response status code indicates a request conflict with current state of the server.

Conflicts are most likely to occur in response to a PUT request. For example, you may get a 409 response when uploading a file which is older than the one already on the server resulting in a version control conflict.

Status

409 Conflict

Specifications

Specification Title
RFC 7231, section 6.5.8: 409 Conflict Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content

See also

Document Tags and Contributors

 Contributors to this page: fscholz
 Last updated by: fscholz,