I wanted to use Fiddler (a web debugging proxy) to get the URL for the Windows 8.1 download from Windows Store - so I could download it myself and get/make an ISO.
I got to know that Metro apps, including the Store run inside AppContainers and it was necessary to enable LoopBack Exemption on them. Fiddler includes a utility for that - but the utility gave me an error -
"The utility was unable to collect the list of AppContainers on this system.
[NetIso ErrorCode 0x6F4] - Unable to enumerate AppContainers."
I tried to use CheckNetIsolation utility - but did not know the exact name of Windows Store's AppContainer.
Yet I tried guessing it and entered the following into the Administrator Command Prompt-
"CheckNetisolation debug -n=WindowsStore"
(without the quotes). Not that I expected it to succeed but it gave an interesting error: "Error occurred 1780 - 6F4"
The error code matches the one seen in Fiddler.
So two questions: What is/how to find out Windows Store's AppContainer's name? What is this error 0x6F4 supposed to indicate.
Running Windows 8 (non-Professional)