[Webkit-unassigned] [Bug 227175] FR: Dynamic use of app-bound domains

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 09:42:39 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227175

--- Comment #5 from Kate Cheney <katherine_cheney at apple.com> ---
(In reply to Niklas Merz from comment #4)
> Thank you for your comments. Having some option for dynamic app bound
> domains would be great.
> 
> This dynamic (first launch) domain should be added be added to the fixed
> lists of domains right? I am thinking about Cordova, Capacitor apps than use
> WKURLSchemeHandler to run their local page on a custom scheme like
> app://myapp and connect to one external server like https://mybackend.com.
> This would be typical use case for "hybrid apps".
> 

You may already be aware, but note that custom schemes can be added to the Info.plist as well so that all local page loads for that scheme will be app-bound.

> 
> If the dynamic domain gets set on first launch by the application, I think
> there are two things to consider for the use case in my mind.
> 
> 1 .We have an enterprise app where users add the URL for their companies
> system during the initial setup. Setting the app-bound domain should be
> available via an API the app calls after the user has entered their setup
> information.
> 
> 2. Most users will forever use this one server. Some users like developers,
> administrators etc. may need to reconfigure their app to use a different
> server like a testing instance of the backend. There should be a way to
> reset the dynamic app-bound domain like a system setting, prompt etc.
> Otherwise this would require such users to reinstall the app.
> 
> I hope this brings a perspective for uses cases of this feature.

Thank you for taking the time to specify additional details, this gives helpful insight into the needs of your app and others like it. We will keep all of this in mind as it seems to align with intended behavior of app bound domains.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210623/9c003516/attachment.htm>


More information about the webkit-unassigned mailing list