Unable to resolve host “”; No address associated with hostname
I had this issue and I solved it by this way.
change
http://hostname/abc/def/ghi/name.php
to
http://ipaddress/abc/def/ghi/name.php //http://97.68.XX.YY/abc/def/ghi/name.php
I solved this by this way...you have to give server ip address instead of hostname/servername.
Please try this and comment your feedback.