Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enforce IPv6 use? #200

Closed
HLFH opened this issue Nov 23, 2018 · 2 comments
Closed

Enforce IPv6 use? #200

HLFH opened this issue Nov 23, 2018 · 2 comments

Comments

@HLFH
Copy link

HLFH commented Nov 23, 2018

Hi,

I don't know if IPv6 is supported and how. I would like to do SOAP requests and enforce IPv6 connection to a WebService that supports both IPv4 and IPv6.

With a parameter like:

ip_version: :IPv6

@ioquatix
Copy link
Contributor

ioquatix commented Oct 7, 2021

This is a network level concern.

@pcai
Copy link
Member

pcai commented Jul 6, 2024

As @ioquatix mentioned you can usually address ipv6 preference at the network layer. At the application layer httpi operates at, some adapters may have address resolution settings that affect the preference of entries returned from (e.g.) Socket.getaddrinfo in dual stack to prefer ipv6 first, but considering #238 adding support for this would be considered out of scope for httpi. Sorry

@pcai pcai closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants