Hi all, I was wondering how I can get this code to work on a page that you must login in order to get to it.
I am getting this error
C:\Scripts\returnstatus.vbs(8, 7) msxml3.dll: A security problem occurred.
set xml=createobject("Microsoft.XMLHTTP")
StartTime = now
xml.Open "GET", " False
xml.Send
sStatus = xml.status
if sStatus <> 200 then
'Send an event with the return status
end if
I am getting this error
C:\Scripts\returnstatus.vbs(8, 7) msxml3.dll: A security problem occurred.
set xml=createobject("Microsoft.XMLHTTP")
StartTime = now
xml.Open "GET", " False
xml.Send
sStatus = xml.status
if sStatus <> 200 then
'Send an event with the return status
end if