Posted on Dec 11, 2012 by
Quick Giraffe
Many domain names are resolved to different IP addressess. Currently, there is no comfortable way to force the IP address to connect explicitly.
There is a workaround for HTTP requests: we can make an URL with IP address instead of domain name and specify the domain name in the headers attribute.
But for HTTPS connections this won't work because SSL cert validation fails.
It would be great to have an additional Http.request() argument to specify an IP address.
Comment #1
Posted on Oct 13, 2013 by Massive Hippo(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium