Overriding userinfo in XHR.open()

2006-09-26 Thread Alexey Proskuryakov
The current draft of XMLHttpRequest spec says: If the URI given to this method contains userinfo ([RFC3986], section 3.2.1) then the user name and password specified MUST be used if the user and password arguments are omitted. If the arguments are not omitted, they take precedence, even if

Re: Overriding userinfo in XHR.open()

2006-09-26 Thread Anne van Kesteren
On Tue, 26 Sep 2006 20:43:11 +0200, Alexey Proskuryakov [EMAIL PROTECTED] wrote: Is this a new feature that's not present in browsers yet? From my tests, it looks like WinIE doesn't support userinfo at all, while Firefox takes string values of whatever objects are passed as user/password,