I'm trying monitor a web site that's on a nonstandard http port but the http step of the "Web scenarios" always seems to goto port 80. I've tried different ways of specifying the port but the web monitor always goes to port 80. In the log file I see "Couldn't connect to server: Failed to connect to <IP>: Permission denied" (port 80 is not open).
http://<site>:39999/test => Permission denied error
http://<site>[39999]/test => Couldn't resolve host name: Could not resolve host: <site>[39999]; Name or service not known
I've also tried the "simple check" item but I can't seem to find where to specify to validate a return code of 200. How can I monitor a web site on a non-standard port and check for return code of 200?
Thanks.
http://<site>:39999/test => Permission denied error
http://<site>[39999]/test => Couldn't resolve host name: Could not resolve host: <site>[39999]; Name or service not known
I've also tried the "simple check" item but I can't seem to find where to specify to validate a return code of 200. How can I monitor a web site on a non-standard port and check for return code of 200?
Thanks.
Comment