I am unable to make a successful HttpWebRequest in C# without the following error:
No connection could be made because the target machine actively refused it 127.0.0.1:8888
If I use a proxy, I can make a request just fine, but when I turn off my proxy I can't make any request.
I have been using Fiddler and do think it's related but I can't find the solution. If I turn on Fiddler, I am able to make this request...
I have reviewed the web.configs and machine.configs but still no dice. I've also reviewed my Internet Options proxy settings in IE and Chrome (just to be sure).