Summary: | Implement redirect support post CORS-preflight | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Anne van Kesteren <annevk> | ||||
Component: | WebCore Misc. | Assignee: | youenn fablet <youennf> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | achristensen, ap, cdumez, commit-queue, dpaddock, japhet, mike, youennf | ||||
Priority: | P2 | ||||||
Version: | Safari Technology Preview | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=112471 | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 151937 | ||||||
Attachments: |
|
Description
Anne van Kesteren
2016-06-23 07:47:23 PDT
Created attachment 286571 [details]
Patch
Should this be r? Comment on attachment 286571 [details]
Patch
There is no test checking valid XHR preflighting after cross-origin redirections.
But the fetch API tests cover successful (and failing) preflighting after cross-origin redirections.
Since the code between fetch and XHR is common, this is probably sufficient.
Marking patch as r?.
Made a PR to W3C WPT tests at https://github.com/w3c/web-platform-tests/pull/3523 Same tests as in the patch with some minor style tweaks. Comment on attachment 286571 [details] Patch Clearing flags on attachment: 286571 Committed r204795: <http://trac.webkit.org/changeset/204795> All reviewed patches have been landed. Closing bug. |