1. Download and install fiddler
Http://www.fiddler2.com/dl/fiddler2betasetup.exe
2. Configure fidder
Step 1:
Open tools> fidder options> Connections tab.
Select allow remote computers
Step 2:
Find tools> fidder options> https tab. We hope that fidder can help us decrypt https data for debugging. The configuration is as follows:
<Ignore_js_op>
Step 3:
Click export root certificate to desktop in tools> fidder options> https tab and install
Step 4:
Enter prefs set fiddler. network. proxy. registrationhostname [HostName] In QuickExec (under the session List, there is a black input box)
My host name is devdiv08, So enter prefs set fiddler. network. proxy. registrationhostname devdiv08
3. Install the Certificate in 2.3 in the simulator
I put the certificate on a web server on the LAN, then open the browser of the simulator and enter http: // 223.4.212.200/1.cer, and then install
It should be noted that installing this certificate is necessary for the simulator. Otherwise, the simulator will constantly prompt that the certificate is invalid when accessing the https website, which is very annoying.
4. Capture packets when uploading images on skydrive as follows
<Ignore_js_op>
, We can see that the post package can be seen, even though it is an https request...
5. After this configuration, the wp7 simulator is connected to the Internet. However, the reason for the failure of wp8 is unknown...
Thank you for your guidance, @ Vincent.