Since the default security level for the WinHTTP API is medium, which should work for local and trusted domains, I'm curious if adding your domain to the proxy bypass list wouldn't also work, without the need to reduce the security level to LOW (default is MEDIUM).
See this topic:
http://microsoft.public.winhttp.narkive.com/btwPfktT/trusted-login-fails-in-winhttpI could add a global variable for the security level, so you could change it to LOW for your Application (if that is what you really want), but I'm not sure that reducing the security level is the best way to solve this problem and I'm pretty sure that changing this will have unwanted effects in some other RTC-based Clients using the WinHTTP API if it became the "new default".
Best Regards,
Danijel Tkalcec