Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はいくつかの安らかなAPIを作成しています。「登録」APIがあり、ユーザーは「メール」と「名前」と「パスワード」をPOSTして登録できます。
サーバー側では、メールが最初に使用されたかどうかを確認します。電子メールがすでに使用されていることがわかった場合、どのhttpコードに応答すればよいですか?
今のところ400(悪いリクエスト)と答えていますが、正しいかわかりません。
400 Bad Request検証エラー用の特定のHTTPコードがないため、正しいです。
400 Bad Request
REST APIでは、通常、4つのHTTPエラーコードを返すだけで済みます。