I am trying to login to a website using a username and password, for example our Orion web site. Denny recommended that I use the example HttpLogin.vbs script, as this feature is not built into APM at this time, but is scheduled to be added in the future.
Anyway I have changed the variables in top of the script, and purposesly input the incorrect username and password. This application and Windows Script Monitor inside the application always shows as UP, even though the username/password are wrong!
str_url="">http://10.10.254.3"
str_find = ""
str_user = "TEST"
str_pwd = "WRONG"
Anyone use this script before? does it work for you?
Thanks.