I'm trying to set up a web page monitor that logs in to a site and check if the login has successeeded. I can't make it work though. The login process is based on a get request with a username and password. The server checks this and redirects to another page. What happens when the web page monitor runs is that the server accepts the username and the password, but when the monitor is redirected it seems to loose its cookie and thus forgets that it has logged in. Could that be the case? Regards, Rune
asked 11 Apr '14, 04:54 run66 |