[HTTP] HTTP response status codes
2019. 5. 3. 17:13ㆍPrograming/Mobile App _Web
HTTP response status codes
- 100 Continue
- 101 Switching Protocols [Translate]
- 200 OK
- 201 Created
- 202 Accepted [Translate]
- 203 Non-Authoritative Information [Translate]
- 204 No Content [Translate]
- 205 Reset Content [Translate]
- 206 Partial Content
- 300 Multiple Choices [Translate]
- 301 Moved Permanently
- 302 Found
- 303 See Other [Translate]
- 304 Not Modified
- 307 Temporary Redirect [Translate]
- 308 Permanent Redirect [Translate]
- 400 Bad Request [Translate]
- 401 Unauthorized [Translate]
- 403 Forbidden
- 404 Not Found
- 405 Method Not Allowed
- 406 Not Acceptable [Translate]
- 407 Proxy Authentication Required [Translate]
- 408 Request Timeout [Translate]
- 409 Conflict [Translate]
- 410 Gone [Translate]
- 411 Length Required
- 412 Precondition Failed [Translate]
- 413 Payload Too Large
- 414 URI Too Long [Translate]
- 415 Unsupported Media Type [Translate]
- 416 Range Not Satisfiable
- 417 Expectation Failed [Translate]
- 418 I'm a teapot [Translate]
- 422 Unprocessable Entity
- 425 Too Early [Translate]
- 426 Upgrade Required [Translate]
- 428 Precondition Required [Translate]
- 429 Too Many Requests [Translate]
- 431 Request Header Fields Too Large [Translate]
- 451 Unavailable For Legal Reasons [Translate]
- 500 Internal Server Error [Translate]
- 501 Not Implemented [Translate]
- 502 Bad Gateway [Translate]
- 503 Service Unavailable
- 504 Gateway Timeout [Translate]
- 505 HTTP Version Not Supported [Translate]
- 511 Network Authentication Required [Translate]
https://developer.mozilla.org/ko/docs/Web/HTTP/Status
'Programing > Mobile App _Web' 카테고리의 다른 글
[HTML] 초보자에게 좋은 무료 편집기 (0) | 2018.09.08 |
---|---|
npm modules 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다 (0) | 2017.10.12 |
How to install npm and nodejs? / npm 설치 / nodejs 설치 (0) | 2017.10.12 |
Hostinger - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory") (0) | 2017.02.28 |
[JavaScript] Accordion with symbols (0) | 2016.03.03 |