409 Conflict
409 Conflict
The HTTP 409 Conflict
response status code indicates a request conflict with current state of the target resource.
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
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
409 |
Yes |
12 |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
Yes |
See also
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409