[Bug 15418] sort out HTTP auth

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

--- Comment #17 from Hallvord R. M. Steen <hsteen@mozilla.com> ---
I basically want cross-origin HTTP auth to work like this: 

When send() is called for a CORS XHR with user/pass supplied:

CORS Options request.. 
 -> Response that indicates Authorization header is OK
Request without auth..
 -> 401 response
Request with auth
 -> Real response

It's a little bit slow with two preliminary requests, but I don't think it's
that complex actually.

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

Received on Tuesday, 8 October 2013 15:10:42 UTC