Hello again all. Once again, I'm pretty new to using Zabbix.
I think I'm really confused about how to use the Web Scenarios to monitor a web site's log in capability.
Background: We have a website that our clients log into to be able to use our software.
The initial login page looks like: https://*client*.*oursoftware*.com/W...n.aspx?l=en-US
Here on this page, they enter a username and password and there's a login button to click or they can hit enter.
Once they hit login, they're now on a page with a URL that looks like:
https://*client*.*oursoftware*.com/Web/Home/Home
I've been successful at doing a basic monitor that just pulls up the first URL and looks for text and tells me if it's up or if it can't see the string of text. I'm using the Internet Explorer 11.0 agent too since most, if not all clients use that browser.
My problem is testing the login.
I can't seem to make it work.
I'm doing the steps in the real world scenario offered in the guide where I set {user} and {password} and such and then POST that data in a multi step Web Scenario. But I can tell it's not working because I put in a bad password for the {password} variable. So in step 2 when it's doing the LogginIn check using that bad password and it still says "OK". So...that tells me it's not even being passed.
What am I doing wrong? I'm fully expecting that I'm not understanding how a username/password is being passed to test with.
Please let me know if there's something I can send back to help you understand my web page.
Also...once I do get the login portion working, I'll need to check the resulting login page for string text. I guess I have to use the second URL???
I think I'm really confused about how to use the Web Scenarios to monitor a web site's log in capability.
Background: We have a website that our clients log into to be able to use our software.
The initial login page looks like: https://*client*.*oursoftware*.com/W...n.aspx?l=en-US
Here on this page, they enter a username and password and there's a login button to click or they can hit enter.
Once they hit login, they're now on a page with a URL that looks like:
https://*client*.*oursoftware*.com/Web/Home/Home
I've been successful at doing a basic monitor that just pulls up the first URL and looks for text and tells me if it's up or if it can't see the string of text. I'm using the Internet Explorer 11.0 agent too since most, if not all clients use that browser.
My problem is testing the login.
I can't seem to make it work.
I'm doing the steps in the real world scenario offered in the guide where I set {user} and {password} and such and then POST that data in a multi step Web Scenario. But I can tell it's not working because I put in a bad password for the {password} variable. So in step 2 when it's doing the LogginIn check using that bad password and it still says "OK". So...that tells me it's not even being passed.
What am I doing wrong? I'm fully expecting that I'm not understanding how a username/password is being passed to test with.
Please let me know if there's something I can send back to help you understand my web page.
Also...once I do get the login portion working, I'll need to check the resulting login page for string text. I guess I have to use the second URL???

Comment