1. login (remember me)
curl -i -X POST -d id=id -d password-1234 -c cookies.txt http://localhost:8080/login/loginProcessing
curl -i -X POST -d id="아이디" -d password-비번 -c cookies.txt http://localhost:8080/"스프링시큐리티 로그인처리 설정한 url 입력"
2. curl -i -X GET -b cookes.txt localhost:8080/file/1
'웹개발 > 스프링 프레임워크' 카테고리의 다른 글
스프링부트 개발과 운영 분리 (0) | 2020.05.22 |
---|---|
스프링부트 정적리소스 버저닝 jsp와 thymeleaf(static resource versioning) (0) | 2020.05.08 |
스프링 시큐리티 curl 로그인 Spring security REST API Login (0) | 2020.04.13 |
스프링부트 배너 및 파비콘 설정(초 간단) (4) | 2017.12.20 |
Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map '~~~~Controller' method (0) | 2017.09.11 |