You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: