Skip to content

— Add new check type: status-in

Luc Didry requested to merge add-check/status-in into develop

Similar to status-is except that the HTTP status can be one of a list, instead of just one fixed value.

Usecase: a Sympa server with CAS authentication set. Without a sympa_session cookie, you get a 302 status, with it, you have a 200 status.

Merge request reports