http://bugs.winehq.org/show_bug.cgi?id=26586
--- Comment #13 from Jacek Caban jacek@codeweavers.com 2013-03-15 09:35:02 CDT ---
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.
It sounds like a good solution for me.