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

HTTP Status Code 에 따라 UI 변경 #23

Open
yanghun0070 opened this issue Jun 4, 2020 · 1 comment
Open

HTTP Status Code 에 따라 UI 변경 #23

yanghun0070 opened this issue Jun 4, 2020 · 1 comment
Labels
good first issue Good for newcomers

Comments

@yanghun0070
Copy link
Owner

HTTP Status Code 에 따라 UI 변경

HTTP Status 설명
200 OK 성공
201 Created 리소스 생성(PUT 또는 POST)
204 No Content 엔티티 본문을 리턴 할 필요가 없으며 업데이트 된 메타 정보를 리턴
304 Not Modified 클라이언트가 조건부 GET 요청을 수행하고 액세스가 허용되었지만 문서가 수정되지 않은 경우
400 Bad Request 잘못된 구문으로 인해 서버에서 요청을 수행 할 수 없는 경우
401 Unauthorized 사용자 인증에 대한 인증 거부
403 Forbidden 서버가 요청을 수행했지만 요청을 거부
404 Not Found 서버가 Request-URI 와 일치하는 것을 찾지 못했을 경우
500 Internal Server Error 서버에 예기치 않은 조건이 발생하여 요청을 이행하지 못할 경우

참조 페이지 )
https://www.restapitutorial.com/httpstatuscodes.html

@yanghun0070 yanghun0070 added the good first issue Good for newcomers label Jun 4, 2020
@yanghun0070
Copy link
Owner Author

yanghun0070 commented Jun 14, 2020

UAA Service #25 UI 변경되기 전 선 반영

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant