On 14/09/2018 10:34, [email protected] wrote:
For example, if multiple www-authenticate headers are send, fetch will return them as a list joined by "," while XHR returns them as a list joined by "\n". Since a digest auth header includes "," itself, XHR is for me the better option here.
This seems like an issue with the fetch spec ( https://fetch.spec.whatwg.org/#concept-header-value-combined ) that you could report to them ( https://github.com/whatwg/fetch ) if that hasn't already been done.
~ Gijs _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

