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