EDN Admin
Well-known member
the vbs script is working fine on windows 2003.
New OS windows 2008 server
https site and using
set xmlhttp = CreateObject("MSXML2.XMLHTTP.6.0")
xmlhttp.Open "GET", site , false, user, userPassword
Error occurs at line:
xmlhttp.send "username=user&password=userPassword"
Please advise how to resolve for windows 2008.
Thanks.
View the full article
New OS windows 2008 server
https site and using
set xmlhttp = CreateObject("MSXML2.XMLHTTP.6.0")
xmlhttp.Open "GET", site , false, user, userPassword
Error occurs at line:
xmlhttp.send "username=user&password=userPassword"
Please advise how to resolve for windows 2008.
Thanks.
View the full article