[Bug 26586] IXMLHTTPRequest basic authentication doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 15 09:28:46 CDT 2013


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

--- Comment #12 from Nikolay Sivov <bunglehead at gmail.com> 2013-03-15 09:28:46 CDT ---
(In reply to comment #11)
> (In reply to comment #10)
> > (In reply to comment #9)
> > > (In reply to comment #5)
> > > > - 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.
> > > 
> > > Um, native msxml works around this bug. Doesn't that mean that this is the
> > > right way to do it?
> > 
> > No, it doesn't. Native msxml doesn't use urlmon as far as I know, but we do.
> 
> I'm pretty sure it does.

Okay, I wasn't sure about that.

> Also, if you pass username+password as part of URL,
> utlmon should work fine.

You mean in syntax like http://username:password@location? I can do that, what
about using IUriBuilder for that? Cause otherwise I'll need to crack it myself
and also local paths should not be affected by this too.

-- 
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