문제점 이렇게 채워넣고 Create를 한 후 Validation을 클릭했는데 자꾸 401 code를 리턴받았다. 원인 위의 그림의 설정 값에 domain과 path는 입력을 안 해주고 있었는데.! Postman에서는 자동으로 설정이 되어서, 사실 name과 value값만 넣어서 동작시키면 될 줄 알았다. ㅠ 해결 Postman에 설정되어 있는 Domain, Path 값들을 입력해주니 200코드를 반환 받을 수 있었다.!! 2024-02-17 23:05:13,495 INFO http://127.0.0.1:8084/api/v1/post -> 200 , 1759 bytes 제대로 쿠키 값이 입력 되었다면, 이렇게 beforeProcess() 안에 accessToken, refreshToken(그 외 등등 쿠키..
nGrinder
Ngrinder 부하테스트를 위한 플랫폼(Naver) 웹 애플리케이션 Controller와 자바 애플리케이션 Agent로 구성 되어 있다. https://github.com/naver/ngrinder GitHub - naver/ngrinder: enterprise level performance testing solution enterprise level performance testing solution. Contribute to naver/ngrinder development by creating an account on GitHub. github.com 설치방법 Releases 버튼을 누르거나 빨간색으로 되어 있는 부분(가장 최신 버전)을 눌러 확인합니다. ngrinder-controller-x.x..