Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 2
    Thank you. If I return 409 Conflict, How can the client decipher if the conflict occured because the username is already used up or if the password criteria is unacceptable to the Server?? How can the server construct the response so that the client gets the necessary information it needs to present to the user?: Commented Oct 22, 2015 at 4:26
  • Renaming the endpoint from "register" to "users" should be enough, right? Commented Oct 22, 2015 at 6:05
  • 5
    @user1324816: 409 expects you to add to the response body "enough information for the user to recognize the source of the conflict". Commented Oct 22, 2015 at 6:14