Bug 169194

Summary: [Fetch API] implement Access-Control-Expose-Headers: *
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: DOMAssignee: youenn fablet <youennf>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: achristensen, buildbot, cdumez, dbates, japhet, rbuis, shacharz, youennf
Priority: P2    
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Anne van Kesteren 2017-03-06 04:30:05 PST
Tests: https://github.com/w3c/web-platform-tests/pull/5047.

Note that this isn't specific to the Fetch API, it also applies to, e.g., XMLHttpRequest, but this label seemed closest to what was already in use.
Comment 1 Anne van Kesteren 2017-03-08 02:18:24 PST
Tests for Access-Control-Allow-Methods/Headers: * at https://github.com/w3c/web-platform-tests/pull/5050. Let me know if you need a separate issue.
Comment 2 youenn fablet 2017-03-21 13:16:05 PDT
Created attachment 305018 [details]
Patch
Comment 3 youenn fablet 2017-03-21 21:25:04 PDT
Submitted web-platform-tests pull request: https://api.github.com/repos/w3c/web-platform-tests/issues/5190
Comment 4 youenn fablet 2017-03-21 21:47:11 PDT
Submitted web-platform-tests pull request: https://github.com/w3c/web-platform-tests/pull/5191
Comment 5 Anne van Kesteren 2017-09-01 05:16:56 PDT
FYI: we're changing the behavior slightly here: https://github.com/whatwg/fetch/pull/592.
Comment 6 Anne van Kesteren 2017-09-07 01:57:50 PDT
Behavior changed, updated tests at https://github.com/w3c/web-platform-tests/pull/7223. No outstanding issues now.
Comment 7 shacharz 2018-12-06 07:19:47 PST
Any update?
Comment 8 Rob Buis 2019-06-15 04:39:57 PDT
I think this is fixed by:
https://bugs.webkit.org/show_bug.cgi?id=165508
Also the WPT test got imported here:
https://bugs.webkit.org/show_bug.cgi?id=184299
Comment 9 youenn fablet 2019-08-20 02:31:38 PDT

*** This bug has been marked as a duplicate of bug 165508 ***