You should be covered for 2.4 if you purchased in the last year. Are you sure you're having this exact issue? I would guess it's very rare. What version are you using now? In 2.3 we preempted auth by sending an NTLM request on the first request. A proxy server that would have otherwise let us through anonymously instead started the NTLM challenge, and in this case, one machine was on a different untrusted domain than the proxy server, so the NTLM failed. Now we wait for a proxy 407 before starting the NTLM handshake. This situation is quite rare. Are you sure you're having this issue?