RESOLVED FIXED 229515
[curl] REGRESSION(r281158): fetch('http://localhost/') from about:blank doesn't emit the console error message
https://bugs.webkit.org/show_bug.cgi?id=229515
Summary [curl] REGRESSION(r281158): fetch('http://localhost/') from about:blank doesn...
Fujii Hironori
Reported 2021-08-25 14:06:10 PDT
[curl] REGRESSION(r281158): fetch('http://localhost/') from about:blank doesn't emit the console error message See Bug#228095 Comment#18.
Attachments
Fujii Hironori
Comment 1 2021-08-25 14:13:44 PDT
1. Start WinCairo WK2 MiniBrowser 2. Open a local file. Go to file:///.../something.html 3. Open Web Inspector Console 4. Start a local web server Invoke "python.exe .\Tools\Scripts\run-webkit-httpd" as admin 5. Invoke "fetch('http://localhost:8000/')" in the Web Inspector console Expected: the following error message should be shown > > fetch('http://localhost:8000/') > < Promise {status: "pending"} > [Error] Origin null is not allowed by Access-Control-Allow-Origin. > [Error] Fetch API cannot load http://localhost:8000/ due to access control checks. > [Error] Failed to load resource: Origin null is not allowed by Access-Control-Allow-Origin. (localhost, line 0) Actual: No such error message
Fujii Hironori
Comment 2 2021-08-26 00:26:07 PDT
Radar WebKit Bug Importer
Comment 3 2021-08-26 00:27:19 PDT
Note You need to log in before you can comment on or make changes to this bug.