Make request using ipv6 address from http module

:bullseye: What is your goal?

Make a requestto ipv6 address enabled ec2 instance using http module
https://[ipv6_address]/api1 using post method

:thinking: What is the problem & what have you tried?

using the curl command in cmd from local machine it is working giving the output but not in the scenario(Service is not reachable) Connection error but i using curl localhost in server(ec2 instance) and to make the instance is not dual stack it only have public ipv6 i have disabled public ipv4,
curl -k -X POST “https://[ipv6_address]/api1” -H “Content-Type: application/json” -d “{"url":"LINK”}"
in cmd(laptop) it is working

:clipboard: Error messages or input/output bundles

ConnectionError
Service is not reachable

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

can you install the Make DevTool browser extension and use it to check the raw call that the module is making and verify that its the same as the curl command?