Re: [whatwg/fetch] Note about credentials & wildcards probably incorrect for Access-Control-Expose-Headers (Issue #1671)

We only allow wildcarding for non-credentialed requests. To prevent responses from accidentally sharing too much information. So the note is accurate. `*` is a wildcard, but only if the request is non-credentialed. And when it functions as a wildcard, you cannot match a header whose name is `*`.

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

Message ID: <whatwg/fetch/issues/1671/1586937296@github.com>

Received on Monday, 12 June 2023 09:20:21 UTC