The http condition checks for a valid response from a web server of the specified url. By default, HTTP responses errors of 400 or greater are viewed as invalid.
Attribute | Description | Required |
url | The full URL of the page to request. The web server must return a status code below the value of errorsBeginAt | Yes. |
errorsBeginAt | The lowest HTTP response code that signals an error; by default '400'; server errors, not-authorized, not-found and the like are detected | No |