2025년 7월 24일 목요일

IP를 제대로 읽지 못할때

String ip = request.getHeader("X-Forwarded-For"); if (ip == null || ip.isEmpty()) { ip = request.getRemoteAddr(); }