Re: [w3c/manifest] Allow setting an HTTP request for server side PWA detection (#954)

I believe that this would happen in the networking level, so the very first request would be retried, which shouldn't be pausing anything other than the network request, and only the first one. This wouldn't be for every request - the user agent only retries if it hasn't populated the CH in the request.

Another cool thing is that this could also be done during the TLS handshake: 
https://github.com/WICG/client-hints-infrastructure/blob/master/reliability.md#example

-- 
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/manifest/issues/954#issuecomment-786802121

Received on Friday, 26 February 2021 17:59:32 UTC