Does a cURL request in php resolve a subdomain locally? -
i have vps ubuntu server 14.04 trusty , know if usage of curl library resolves subdomain dns locally.
i have 2 domains @ same server 1 of them subdomain (webservice).
if make curl request webservice, request resolved locally or pass through internet?
if passed through internet how resolve locally?
(i'm hoping locally resolution slow amount of time given request.)
if passed through internet how resolve locally?
connect local ip address instead of public one.
which vps service using? amazon ec2 example lists private , public ip addresses each instance.
Comments
Post a Comment