[Webkit-unassigned] [Bug 229034] [GTK] Origin is empty when sending fetch/XHR request to servers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 17 00:02:42 PDT 2021


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

--- Comment #1 from Yu-Wei Wu <wusyong9104 at gmail.com> ---
Here's the example to test with: https://github.com/wusyong/gtkbrowser/tree/cors
It enables "gtk://" URL scheme and sets the scheme with cors enabled.
It also enables the devtool to help us easier to debug.

I used mockbin to test several options: https://mockbin.org/
It has code snippets to let you copy the fetch request and paste it to devtool of the window directly to see the result.
Only Access-Control-Allow-Origin: * will work. gtk://, gtk://*, gtk://index.html all will get empty origin.

-- 
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/20210917/a7ce5ea3/attachment.htm>


More information about the webkit-unassigned mailing list