For some testing, I am looking for an NTLM HTTP proxy server. The server should authenticate the clients, not delegate that authentication to an upstream "real" NTLM proxy server (like "NTLMAPS" or "CNTLM" does).
What is the easiest way to create an HTTP proxy server that requires NTLM authentication?
I would like to be able to add users to this proxy and control their passwords. If creating a Windows Domain is the only way to achieve that, then please include the easiest way to get to that point in your answer.