- From: Matt Falkenhagen <notifications@github.com>
- Date: Wed, 08 Apr 2015 00:14:33 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Wednesday, 8 April 2015 07:15:04 UTC
I'm unclear what the conclusion of this thread is and don't see commits linked to it. Is this the relevant spec text: "The final URL of all successful (non network-error) responses is the requested URL." So I guess the conclusion to the bug title is "no, do not treat as a redirect"? In the example SW above, after the fetch occurs, Request URL is "//example.com/blah.css" and the Response URL is "//other-origin/whatever.css". Whereas if it were a redirect, the Request URL would be "//other-origin/whatever.css" and the Response URL "//other-origin/whatever.css". Is that correct? --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/560#issuecomment-90827600
Received on Wednesday, 8 April 2015 07:15:04 UTC