Timeout for a web check
Hello,
One of our services is a website where you can login to access to a provate contens.
But the login method is not the Windows method, so we can't use the validations included in the url rule.
We can pass a variable in the url (as .com/login.asp?uid=user&pwd=password
But this page redirects to another one. User only see the last web, but Servers Check s faster than eye and it look for a string in the web page that exist only in the new page.
Is there any possibility to include a timeout (1 second or something like this) between ServersCheck pass a url and it reads the contens in a URL rule?
Greetings,
Francesc
One of our services is a website where you can login to access to a provate contens.
But the login method is not the Windows method, so we can't use the validations included in the url rule.
We can pass a variable in the url (as .com/login.asp?uid=user&pwd=password
But this page redirects to another one. User only see the last web, but Servers Check s faster than eye and it look for a string in the web page that exist only in the new page.
Is there any possibility to include a timeout (1 second or something like this) between ServersCheck pass a url and it reads the contens in a URL rule?
Greetings,
Francesc
This discussion has been closed.
Comments
You will need to write a custom check.