Enabling Private Relay seems to block XHR in Safari from reaching a local HTTPS server hosted by an iOS app, though it works in other browsers.
Before (working):
JS → https://local.example.com → 127.0.0.1 → OK
After (blocked / no DNS reply probably):
JS → https://local.example.com → ERR
Is there any way to restore local domain access or mitigate this issue?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hello,
Is there any way to detect if the iOS screen is currently being shared via FaceTime or iPhone Mirroring?
Our application relies on this information to help ensure that users are not accessing it from one location while physically being in another.
macOS airport utility allows to get extra info outputting scan results in XML format. One of them is AGE which is 0 to 30'000 value representing time (in milliseconds) when a network was last seen. Is there a known way to obtain one via CoreWLAN or other framework?