http://bugs.winehq.org/show_bug.cgi?id=26586
--- Comment #12 from Nikolay Sivov bunglehead@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.