Hi. I use windows 8.1 and need to debug my traffic from winstore apps to remote server.
I sucessfully used fiddler for these purposes, but it unexpectedly stopped working.
Now I see next situation: after running fiddler all my winstore apps unable to send data to remote server.
From my app I see that after submitting data simply nothing happens. After timeout expired, I get httpexception.
Of course, I know about windows 8 restrictions for winstore apps regard local traffic. And I've used enable loopback utility for this case.
But recently it stopped work with strange behavior: on start app sucessfully got installed applications list, but unable to refresh it.
When I press "Refresh" button, I got next error:
Unable to use NetIsoEnumAppContainers to get AppContainer list.
Error Code: 0x5
Attempting manual registry crawl; some information will be unavailable.
And I unable to see any data from my or installed app. Also any installed app is unable to send and receive any data with runned fiddler.
I've tried to uninstall\reinstall fiddler but not helps. Do you know something about this problem? Can you help me to solve it?