[Webkit-unassigned] [Bug 91964] Add "webkitBackgroundRequest" property to XMLHttpRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 31 14:49:54 PDT 2012


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


Liam Quinn <lquinn at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lquinn at rim.com




--- Comment #5 from Liam Quinn <lquinn at rim.com>  2012-07-31 14:49:54 PST ---
(In reply to comment #4)
> We should just stop XMLHttpRequest from poping up HTTP auth dialogs all the time.

That sounds reasonable to me, but it does go against http://www.w3.org/TR/XMLHttpRequest/, which says "If authentication fails, XMLHttpRequest origin and the request URL are same origin, Authorization is not in the list of author request headers, request username is null, and request password is null, user agents should prompt the end user for their username and password."

Current versions of Chrome, Firefox, and Opera all prompt the user on a 401 from XHR. Safari does not.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list