Contents

probeURL

A URL to probe when all other network identifiers match to validate that an expected resource is available.

Declaration

var probeURL: URL? { get set }

Discussion

An HTTP or HTTPS URL. If a request sent to this URL results in a HTTP 200 OK response and all of the other conditions in the rule match, then then rule matches. If this property is nil (the default), then an HTTP request does not factor into the rule match.

See Also

Accessing match parameters