[Webkit-unassigned] [Bug 226769] New: Cross-Origin requests not working on iOS 15 beta with WKURLSchemeHandler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 8 07:52:19 PDT 2021


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

            Bug ID: 226769
           Summary: Cross-Origin requests not working on iOS 15 beta with
                    WKURLSchemeHandler
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: iPhone / iPad
                OS: Other
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: niklasmerz at apache.org

Created attachment 430841

  --> https://bugs.webkit.org/attachment.cgi?id=430841&action=review

Inital repro app

We have an app using WKURLSchemeHandler to run a custom scheme and CORS requests seem to be broken in the latest iOS 15 Developer beta.

I have built a small reproduction app using Apache Cordova. Cordova uses WKWebView and WKURLSchemeHandler to open a local HTML file on the origin myscheme://myapp. The test button fires a request that should allow CORS request from all origins. Something like this used to work with iOS 14.

This app can be tested with Cordovas CLI or just start the Xcode project in the platforms folder.

This is just my inital observation. I will investigate further.

-- 
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/20210608/036c62ea/attachment.htm>


More information about the webkit-unassigned mailing list