- 出荷済み
- 2026年3月23日 1:50 UTC
- プロフィール
- Kamo
- コンテンツ
- bb04125
ForwardedHeaderFilter consumes X-Forwarded-For from the incoming request, so when APIService forwards to SecurityService via RestTemplate the header is missing. Now explicitly sets X-Forwarded-For and X-Real-IP on outbound requests using the original client IP from the inbound request.