[Webkit-unassigned] [Bug 169285] XMLHttpRequest: make setRequestHeader() use `, ` as separator (including a space)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 8 08:18:46 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=169285

--- Comment #4 from youenn fablet <youennf at gmail.com> ---
(In reply to comment #3)
> I have been trying to get your input in the issue, but am glad filing bugs
> is working out better.

Sorry about that, I plan to get back to fetch/XHR soon.
I should probably improve my GitHub notification filter.

> It sounds like the preference from WebKit is that we only have a single
> separator style, used by:
> 
>   XMLHttpRequest
>   WebSocket
>   Fetch API
>   CORS

Right.

> Knowing that makes it easier to talk with the other browsers. I suspect what
> we want to do is use `, ` and also change Fetch to use that and any Fetch
> API tests.

Yes, that is probably the most interoperable choice.

> `Access-Control-Request-Headers` seems tricky though, as I believe no
> browser uses a space after the commas there now. Is that problematic?

WebKit is already using `,` here so no problem, except the small inconsistency.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170308/c914eb4d/attachment.html>


More information about the webkit-unassigned mailing list