Getting Script timeout error when trying check if Url Exists .
where URL ="http://192.178.2.111/test/test.asp "
192.178.2.111 :-IP address of Local machine on which running the test script to check URL.
Set
http = CreateObject("MSXML2.XMLHTTP") 'Open URL As POST requesthttp.Open
"GET", URL, false 'Set Content-Type headerhttp.setRequestHeader
"Content-Type", "text/plain;" 'Send the form data To URL As POST binary requesthttp.send