Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST API Response Codes #3

Open
cheonjeongdae opened this issue Aug 11, 2018 · 0 comments
Open

REST API Response Codes #3

cheonjeongdae opened this issue Aug 11, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@cheonjeongdae
Copy link
Contributor

cheonjeongdae commented Aug 11, 2018

400 - 다른 4xx 오류 코드가 적절하지 않을때 사용됨
401 - 클라이언트 자격 증명에 문제가 있는 경우, validation
403 - 클라이언트 요청은 올바르지만 REST API가 이를 거부 함, ROLE 체크
404 - 찾을 수 없음
500 - 내부 오류

https://ko.wikipedia.org/wiki/HTTP_%EC%83%81%ED%83%9C_%EC%BD%94%EB%93%9C

Google GData
200, 201, 304, 400, 401, 403, 404, 409, 410, 500
Netflix
200, 201, 304, 400, 401, 404, 412, 500
Digg
200, 400, 401, 403, 404, 410, 500, 503

@cheonjeongdae cheonjeongdae added the enhancement New feature or request label Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant