200-901 · Question #636
Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?
The correct answer is D. 409. The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has confl
Question
Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?
Options
- A307
- B503
- C204
- D409
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- D91% (20)
Explanation
The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has conflicting changes.
Topics
Community Discussion
No community discussion yet for this question.