On Fri, 4 Apr 2025 10:19:29 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> The URL should not assume that the loopback is an IPv4 address. Or is this > handled by the proxy? Right. The following returns "127.0.0.1" for me, would that be the correct API to use? `InetAddress.getLoopbackAddress().getHostAddress()` ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24418#discussion_r2028548480