http://bugs.winehq.org/show_bug.cgi?id=33214
Bug #: 33214 Summary: User callback IAuthenticate interface is not used to query for auth info Product: Wine Version: 1.5.25 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: bunglehead@gmail.com Classification: Unclassified
Urlmon is supposed to call IAuthenticate_Authenticate() when underlying protocol needs to authenticate (in response to code 401 in http case for example), as far as I understand it.
Since httpreqeust code from msxml3 depends on urlmon that's a clean way to supply these credentials. Original problem with test application is bug 26586.