getRemoteAddr() is not supported
뜨시는 분들은
userService.WebSecurity.configure 확인해보세요
포트포워딩 안돼있으면, 원래 개인 PC는
IP가 계속 바뀌거든요.
@Override
protected void configure(HttpSecurity http)
....
http.authorizeRequests().antMatchers("/**")
.hasIpAddress("220.xxx.xxx.xxx")
...
감사합니다 :)
답글