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

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 11:45:38

问题


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?


回答1:


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".



来源:https://stackoverflow.com/questions/7619419/how-to-debug-http-traffic-of-a-windows-8-metro-style-apps-using-fiddler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!