What is your goal?
Make a requestto ipv6 address enabled ec2 instance using http module
https://[ipv6_address]/api1 using post method
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
Error messages or input/output bundles
ConnectionError
Service is not reachable
