Hello Jmeter Users! I'm trying to use Jmeter on a system with IPv6 addressing and am facing this issue: HTTP Cookies aren't inserted in the HTTP request. Using the same jmx-test, but with IPv4 addressing, everything works fine. The HTTP Requests are pretty much the same except for the Host header: IPv4: Host: 172.31.61.41:8123 IPv6: Host: [2002::12]:8123
It seems like there is a bug in the way cookies are stored/retrieved for IPv6 hosts. Is there any workaround to make Jmeter work with IPv6? Note: I tried changing the Cookie Policy to all the possible values (rfc2965, etc.). It didn't help. With regards, Alex.