Use fiddler4 for Agent debugging on the mobile phone page and fiddler4 for debugging
Generally, the mobile phone cannot change the host. If the mobile phone page involves a mix of ip addresses of various domain names, It is very troublesome to increase the renewal speed on the mobile phone.
Using fiddler4 as a proxy, the mobile phone is connected to the same LAN with the computer, and the mobile phone is connected to the Internet through the computer as a proxy. All requests are sent to the computer.
You don't have to modify the host ing. It's very convenient.
Another tool for debugging the mobile phone page is weinre, which loads a js in the mobile phone page to be debugged. The computer starts a weinre service and uses the google console to debug the mobile phone page.
Weinre debugging reference blog: http://www.cnblogs.com/zhidong123/p/4330363.html
Mobile proxy settings:
Host Name: IP address of your computer
Port: the default listening port of fiddler4 is 8888. You can modify the settings on your own.
The approximate fiddler settings are as follows:
After the modification, restart fiddler to access the computer network through the mobile phone. The requests sent by the mobile phone are displayed in the fiddler request list, which allows you to view request headers, request results, and cookies.
If the page has an https request, set it here: