[Bug 15418] sort out HTTP auth

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15418

--- Comment #6 from Hallvord R. M. Steen <hallvord@opera.com> ---
And which wins here?

x.open('GET', 'http://foo1:bar1@example.com/', true, 'foo2', 'bar2');
x.setRequestHeader('Authorization', 'Zm9vMzpiYXIz');// foo3:bar3

Does the spec cover it already? This should be defined here and not in Fetch, I
guess.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 23 November 2012 13:43:58 UTC