Skip to content

Latest commit

Β 

History

History
32 lines (28 loc) Β· 2.21 KB

[20200727]_HttpStatus_code.md

File metadata and controls

32 lines (28 loc) Β· 2.21 KB

HttpStatus Code 정리

μ§€μ†μ μœΌλ‘œ μ—…λ°μ΄νŠΈ 쀑

200

Success

μ½”λ“œ 의미 μ„€λͺ…
200 Success μš”μ²­ 성곡
201 Created μš”μ²­ 성곡, μƒˆλ‘œμš΄ resource 생성
203 Non-Authoritative Information
204 No Content μš”μ²­ 성곡, 컨텐츠 μ—†μŒ

400

Client Error

μ½”λ“œ 의미 μ„€λͺ…
400 Bad Request The server could not understand the request due to invalid syntax. μš”μ²­μ΄ μœ νš¨ν•˜μ§€ μ•Šμ•„ 더이상 μž‘μ—…μ„ μ§„ν–‰ν•˜μ§€ μ•ŠμŒ.
401 Unauthorized 인증 λ˜μ§€ μ•ŠμŒ
403 Forbidden 인증 λ˜μ—ˆμœΌλ‚˜ μ•‘μ„ΈμŠ€ κΆŒν•œ μ—†μŒ
404 Not Fount The server can not find the requested resource
405 Method Not Allowed μš”μ²­μ΄ ν—ˆμš©λ˜μ§€ μ•ŠλŠ” λ©”μ†Œλ“œ
409 Conflict μš”μ²­μ΄ μ„œλ²„ μƒνƒœμ™€ 좩돌
415 Unsupported Media Type The media format of the requested data is not supported by the server, so the server is rejecting the request.

500

Server Error

μ½”λ“œ 의미 μ„€λͺ…
500 Internal Server Error
502 Bad Gateway