Configure the proxy setting using the Group Policy Editor on the WinRT device
Step 1: Go in the Search box and type "GPEDIT.MSC" and launch it. The Group Policy Editor window will open.
Step 2: In the Group Policy Editor Window, open "Computer Configuration > Administrative Template > Network > Network Isolation".
Step 3: Double-click on "Internet proxy servers for Apps" or click on "Edit Setting".
Step 4: The "Internet proxy servers for Apps" window will be opened. In this window click on "Enable" and enter the IP/Port address of the Desktop PC running Fiddler in "Domain Proxies". For instance, use 192.168.1.123:8888 if the Fiddler PC's IP is 192.168.1.123 and if you have not changed the port Fiddler listens on. Click "OK"
Step 5: Restart your computer.
If the Group Policy editor isn't available on WinRT, you may need to use RegEdit to edit the REG_SZ named DomainProxies inside HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\NetworkIsolation.
Please let me know how it goes.
Thanks!
-Eric