Quantcast
Channel: Using Fiddler to sniff Visual Studio 2013 requests (proxy firewall) - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Answer by Pritam De for Using Fiddler to sniff Visual Studio 2013 requests...

My boss suggested another easy way to solve this problem. You can just add "fiddler" in the the uri. For example: http://localhost:52101/ -->http://localhost.fiddler:52101/

View Article



Answer by Teoman shipahi for Using Fiddler to sniff Visual Studio 2013...

Alternatively you can use lightweight way like;if (Debugger.IsAttached) { request.Proxy = new WebProxy("http://localhost:8888/", true); }

View Article

Answer by EricLaw for Using Fiddler to sniff Visual Studio 2013 requests...

If you want to look at the traffic with Fiddler, you probably want to go the route of changing the machine.config file so that all .NET applications will send traffic through Fiddler. This helps ensure...

View Article

Using Fiddler to sniff Visual Studio 2013 requests (proxy firewall)

I am having issues with Visual Studio 2013 and our corporate proxy (signin does not work, updates do not work, visual studio gallery does not work, nuget and git fail ). All of these are doing http or...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images