You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the same way in which I can configure which http codes are failure, warning and success, I would like to configure a list of URLs which are excluded from the http check:
(maybe as regexp)
Per my understanding, the Configuration should be extended by a Set<String> of URLs to ignore, for example as they require credentials. Perhaps it would make sense to enable some sort of pattern matching (regular expression) to allow to ignore a more or less large subset of URLs.
in the same way in which I can configure which http codes are failure, warning and success, I would like to configure a list of URLs which are excluded from the http check:
(maybe as regexp)
The text was updated successfully, but these errors were encountered: