0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

HTTPステータスコード 代表的なエラーコード(メモ)

Posted at

400番台はクライアント側のエラー

  • 400(Bad Request): urlに間違いがある場合に返される。
  • 401(Unauthorized): パスワードなどに誤りがあり、認証に失敗したときなどに返される。
  • 403(Forbidden): アクセスの権限を認可してないときに返される。
  • 404(Not Found): アクセスしたページが存在しないときに返される。

500番台はサーバー側のエラー

  • 500(Internal Server Error): サーバーに何らかの問題が発生した場合に返される。
  • 503(Service Unavailable): 過負荷やメンテナンスなど、何らかの理由で一時的にアクセスできない場合になどに返される。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?