Re: [whatwg/fetch] COEP:credentialless and the HTTP cache. (#1253)

- I prepared some WPT:
https://github.com/web-platform-tests/wpt/commit/21ec8dcccf03d926a4e61458b9db7a2d497684a6

- Wrote a doc to start an experiment:
https://docs.google.com/document/d/1lvbiy4n-GM5I56Ncw304sgvY5Td32R6KHitjRXvkZ6U/edit#

- Implemented it for Chrome behind a flag for performance A/B testing:
https://chromium-review.googlesource.com/c/chromium/src/+/3010379

- I started a PR to modify the spec. Good news! I don't need to do anything, what I want was already in the spec:
```
Let connection be the result of obtaining a connection, given networkPartitionKey, request’s current URL’s origin, includeCredentials, and forceNewConnection.
```
(e.g. the HTTP cache key already depends on the boolean **includeCredentials**)
It means this is not a change to the specification, this is just making Chrome to follow the current spec.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1253#issuecomment-891873843

Received on Tuesday, 3 August 2021 14:03:32 UTC