Marek Stój
Marek Stój

Reputation: 4175

How to debug HTTP traffic of a Windows 8 Metro style apps using Fiddler?

I'm using 'HttpClient' in a Windows Metro style app and want to see the traffic using Fiddler. However, when Fiddler is active I get an exception that the app can't connect to the server. What's the problem?

Upvotes: 5

Views: 1308

Answers (1)

Marek Stój
Marek Stój

Reputation: 4175

The answer is in this article: "Fiddler and Windows 8 Metro-style applications".

Turns out that "connecting to Fiddler requires an Application Capability or Loopback Exemption".

Upvotes: 6

Related Questions