This is a migrated thread and some comments may be shown as answers.

Fiddler not capturing traffic through app

3 Answers 1392 Views
Windows
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 29 Apr 2016, 09:17 PM

Hi all,

Having a problem we can't figure out.  We've got Fiddler installed on our test machine, and when we create mockups that only test our API calls, it captures them all just fine.  However, when we run the app we're developing (on the same machine), which uses those same API calls, Fiddler captures nothing at all.  We're clueless.  Does anybody know why this would happen?

3 Answers, 1 is accepted

Sort by
0
Chris
Top achievements
Rank 1
answered on 04 May 2016, 04:36 PM

More information:

We tried adding

<configuration><system.net><defaultProxy><proxy bypassonlocal="false" usesystemdefault="true" /></defaultProxy></system.net></configuration>

to our app.config file, and it's had no effect.

We tried adding

<system.net><defaultProxy><proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" /></defaultProxy></system.net>

to our machine.config file, but it just blocked the port the app uses to communicate with our APIs.

 

It's a .Net 4 app running through a Windows Service (we do restart the service after starting Fiddler). 

If anybody has any ideas based on this, we'd appreciate it.

Thanks!

0
Tsviatko Yovtchev
Telerik team
answered on 10 May 2016, 01:24 PM
Hello,

The changes to the machine.config should normally make a service use the proxy at  127.0.0.1:8888.Is there a firewall or some network traffic filtering/monitoring app on that machine? Is the machine part of a domain? The domain policies might interfere with proxy settings too.

Regards,
Tsviatko Yovtchev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Chris
Top achievements
Rank 1
answered on 10 May 2016, 03:38 PM
Thank you for the reply!  We actually just got it fixed this morning. Looks like it did have something to do with the domain policies.  Whatever it was, it's beyond my pay scale, but it's fixed now.
Tags
Windows
Asked by
Chris
Top achievements
Rank 1
Answers by
Chris
Top achievements
Rank 1
Tsviatko Yovtchev
Telerik team
Share this question
or