[Webkit-unassigned] [Bug 190041] Safari refuses to open pages with workbox due to “service worker redirection error”.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 29 02:49:44 PDT 2018


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

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
Doing some debugging the following is happening:
- A navigate load triggers a fetch event to "https://v8.dev"
- The service worker fetches "https://v8.dev/index.html"
- "https://v8.dev/index.html" is redirected to "https://v8.dev" which gives a response
- response.redirected is set to true since there is a redirection.
- Navigation load fails since it does not expect a redirected response as per spec.

I guess the fix should be for the service worker to directly fetch "https://v8.dev".

-- 
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/20180929/0766f1c1/attachment-0001.html>


More information about the webkit-unassigned mailing list