When I'm running the test plan; I'm using a parameter for appurl
appurl: ${_P(appurl,xxx.abcabc.net)}
and it works fine with all HTTP request sampler and gets 200 as the response code. But when I try to target any specific DNS name using
appurl: ${_P(appurl,ab12c1002032:8443)}
it gives me the following response: Response code: Non HTTP response code: java.net.URISyntaxException Response message: Non HTTP response message: Malformed IPv6 address at index 9: https://[ab12c1002032].
One thing I notice is there are "[]" parentheses around DNS. It automatically appears in the URL.
Please help me correct this parentheses issue.
Thanks in advance.


