- 已装运
- 2026年3月23日 01: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.