Monitor your website, API or application’s uptime.
Response should include the keyword
option to Yes
if you want the check to expect the keyword to be present in the response body.
Set the Response should include the keyword
option to No
if you want the check to expect the keyword to not be present in the response body.
Depending on the above setting, you can configure the keyword. You will be notified if the keyword is not present or is present in the response body.
2*
.
You can use wildcards and multiple status codes by separating them with commas. For example, 2*,301
will match 301 and any 2xx status code.
You can find a list of all HTTP status codes on MDN.