Re: [whatwg/fetch] Allow connection reuse for request without credentials when TLS client auth is not in use (#341)

mitar left a comment (whatwg/fetch#341)

> Do we actually know of any situations where uncredentialed connections are used in conjunction with credentialed connections for applications that rely on any of the connection-level credential modes?

We do some early resources fetching which does not need credentials and then some requests fetch resources which do use credentials. Because we allow users to switch between different accounts (and thus credentials) it is useful to us to be able to cache resources without credentials while everything going over the same connection, ideally.

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

Message ID: <whatwg/fetch/issues/341/2881025858@github.com>

Received on Wednesday, 14 May 2025 17:37:11 UTC