Hello,
We're exploring the new URL Filter capability and we managed change the SimpleURLFilter so that it could work on macOS.
However, on macOS it won't work as even when signed for debugging it tries to use Apple's OHTTP Relay.
Failed to fetch Token Issuer Directory. <NSHTTPURLResponse: 0xca10ca580> { URL: https://gateway.icloud.com/pat-issuer-directory?issuer=localhost } { Status Code: 503
So I have two questions:
- Will it be possible to debug URL Filter locally on macOS?
- Even more important: how can I send a capability request so that our OHTTP Gateway could be used? I checked everywhere, but it seems there's simply no way to request this capability at this moment.