HTTP Status Codes

HTTP 상태 코드 레퍼런스

100

Continue

The server has received the request headers

101

Switching Protocols

The server is switching protocols

200

OK

The request has succeeded

201

Created

A new resource has been created

204

No Content

No content to send but headers may be useful

206

Partial Content

Partial resource due to range header

301

Moved Permanently

The URL has been changed permanently

302

Found

The URI has been changed temporarily

304

Not Modified

Resource has not been modified

307

Temporary Redirect

Temporary redirect, same method

308

Permanent Redirect

Permanent redirect, same method

400

Bad Request

The server could not understand the request

401

Unauthorized

Authentication is required

403

Forbidden

The client does not have access rights

404

Not Found

The server cannot find the requested resource

405

Method Not Allowed

The method is not supported

408

Request Timeout

The server timed out waiting for the request

409

Conflict

The request conflicts with the current state

410

Gone

The content has been permanently deleted

413

Payload Too Large

Request entity is larger than limits

415

Unsupported Media Type

The media format is not supported

422

Unprocessable Entity

The request was well-formed but semantic errors

429

Too Many Requests

Too many requests in a given time

500

Internal Server Error

The server has encountered an error

501

Not Implemented

The method is not supported by the server

502

Bad Gateway

Invalid response from the upstream server

503

Service Unavailable

The server is not ready to handle the request

504

Gateway Timeout

The gateway cannot get a response in time

Command Palette

Search for a command to run...