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

Fiddler doesn't catch HTTP traffic from WPF app

1 Answer 458 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
NIKOLAY
Top achievements
Rank 1
Iron
NIKOLAY asked on 12 Jul 2017, 02:10 PM

Hi,

 

I've got W2012R2 with WPF app. This WPF app makes wrong HTTP call to a WCF service. However, when I run Fiddler on this local machine, I see no packets from this app. Moreover, Fiddler doesn't show this WPF app in available processes for intercepting. How can I make Fiddler intercept all HTTP traffic from a WPF app?

1 Answer, 1 is accepted

Sort by
0
Tsviatko Yovtchev
Telerik team
answered on 17 Jul 2017, 04:53 PM
Hi,

Fiddler is a proxy so you should set your WPF app to use Fiddler (127.0.0.1:8888 by default) to use Fiddler as a proxy in order to see its traffic in Fiddler. It doesn't work the other way around, i.e. you cannot tell Fiddler to get traffic from your app.

There is no real guideline for setting up your app to use Fiddler as a proxy, too. The procedure is really app dependent so you will have to figure it out yourself.

Regards,
Tsviatko Yovtchev
Progress 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
Tags
Fiddler Classic
Asked by
NIKOLAY
Top achievements
Rank 1
Iron
Answers by
Tsviatko Yovtchev
Telerik team
Share this question
or