[Bug 26586] xmlhttprequest basic authentication don't work

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 29 15:06:18 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26586

--- Comment #5 from Nikolay Sivov <bunglehead at gmail.com> 2011-03-29 15:06:18 CDT ---
True, this shouldn't work. User/password strings are not used currently.
There's two ways to fix that as I remember when I added httprequest:

- proper way - implement missed urlmon part that calls IBindStatusCallback for
auth. info (I believe this is IAuthenticate);
- wrong way that could work probably - mess with headers inside msxml3. That
means to add manually some headers to request after receiving certain http
return codes. This won't always work probably.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list