My sharepoint webpart is throwing an error on my client's environment when calling HttpWebRequest.GetRequestStream (and he's using a proxy server). The error is "unable to connect to the remote server."
What's the best way to reproduce this scenario (hooking up a mock proxy) on my end so that my requests go out through the proxy server as well? This will help to debug...