Re: [w3c/ServiceWorker] Is resultingClientId preserved over redirects? (#1316)

I'm not sure I really want to do this either, but we could try to preserve the original client and use it again after the redirect back to the original origin.  So the answer to the question in https://github.com/w3c/ServiceWorker/issues/1031#issuecomment-278528042 would be two clients instead of the previously agreed four clients.

My main concern here is that it could get complicated with long redirect chains.  We could end up trying to preserve and track up to 19 different origin clients in case that last redirect goes back to one of them.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1316#issuecomment-393211875

Received on Wednesday, 30 May 2018 15:44:55 UTC