URL check fails

zannizanni
Is there a way to see the actual content being returned to a URL check? I'm trying to use a URL check to verify a string in the returned content. The browser shows the string in the html source, but the URL check continuously fails. It's a https://url check. No authentication is required.

Comments

  • AdministratorAdministrator
    The url_check in the agents directory is being used.



    create a file called test.conf with in there following content:

    URL: http://10.0.0.2/config/home_f.html

    Method: GET

    Redirects: True

    URLParams:

    POSTParams:

    Proxy:

    ProxyUser:

    ProxyPass:

    User: admin

    Pass: admin

    Content:



    then call it from the command prompt as follows:

    url_check test



    it will create a file called test.log
This discussion has been closed.