IIS Request.UserHostAddress returning IPV6 (::1), even when IPV6 disabled
In the properties section of my network card, on windows server 2008, i have IPV6 disabled, leaving only IPV4 enabled.
In the properties section of my network card, on windows server 2008, i have IPV6 disabled, leaving only IPV4 enabled.
By searching for ‘python dual-stack’, I found https://bugs.python.org/issue25667 where someone mentions that this was already resolved in https://bugs.python.org/issue17561. In the latter issue, one of the last messages helpfully mentions what the implemented solution is:
I have a system that has two network interfaces with different IP adresses, both of which are in the public address range (albeit via NAT in the case of the first one) and both of which have different gateways. (Long story, it’s for testing purposes)