Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- doker logs tail
- Spring
- spring @mapper
- vuecomponent
- NoArgsConstructor
- 도커 로그 확인
- Vue
- spring DB Connection
- 자바버그수정
- Transactions Propagation Option
- 도커 컨테이너 로그
- @Builder @NoArgsConstructor
- spring JPA DB Connection
- CrudRepository update
- Data Annotation
- JAVA Exception 종류
- spring mapper annotation
- 도커 logs
- JPA DB 다중 Connection
- spring mapper
- docker 로그
- Spring JPA Specification
- AllArgsConstructor
- spring repository
- JPA DB Connection 다중
- JpaRepository update
- spring JPA DB multi Connection
- mapper annotationo
- repository annotation
- vueslot
Archives
- Today
- Total
목록http 401 (1)
개발을 잘하고 싶은 개발자

참고 https://meetup.toast.com/posts/92 잘 설계된 REST API는 리소스에 대한 응답 또한 잘 출력한다. 정확한 응답의 상태 코드만으로도 많은 정보를 전달할 수가 있기 때문에 응답의 상태코드 값을 명확히 돌려주는 것은 매우 중요하다 상태코드 200 OK 클라이언트의 요청을 정상적으로 수행함 201 Created 클라이언트가 어떠한 리소스 생성을 요청 -> 해당 리소스가 성공적으로 생성됨(POST를 통한 리소스 생성시) 상태코드 400 Bad Request 클라이언트의 요청이 부적절 할 경우 사용 401 Unauthorized 미승인. 클라이언트가 인증되지 않은 상태에서 보호된 리소스를 요청했을 때 사용 (ex. 로그인하지 않은 유저가 인증이 필요한 리소스를 요청했을 때) 40..
Server/HTTP
2021. 8. 1. 23:20