From a09b4a1bdc05f8ef27934803d62c911681374299 Mon Sep 17 00:00:00 2001 From: lixiang4u Date: Fri, 25 May 2018 22:22:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E4=B8=8D=E6=98=8E=E7=A1=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c5773..4ff04db 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Mac 下 - Android设置代理步骤:`设置 - WLAN - 长按选中网络 - 修改网络 - 高级 - 代理设置 - 手动` - iOS设置代理步骤:`设置 - 无线局域网 - 选中网络 - HTTP代理手动` > -第四步:手机安装证书。**注:手机必须先设置完代理后再通过(非微信)手机浏览器访问`http://s.xxx`[`(地址二维码)`](demo/img/QRCodeForCert.png)安装证书**(手机首次调试需要安装证书,已安装了证书的手机无需重复安装)。[问题:iOS `10.3.1`以上版本证书安装问题](https://github.com/wuchangming/spy-debugger/issues/42) +第四步:手机安装证书。**注:手机必须先设置完代理后再通过(非微信)手机浏览器访问`http://s.xxx`[`(地址二维码)`](demo/img/QRCodeForCert.png)安装证书**(证书默认生成在:~/node-mitmproxy目录下,手机首次调试需要安装证书,已安装了证书的手机无需重复安装)。[问题:iOS `10.3.1`以上版本证书安装问题](https://github.com/wuchangming/spy-debugger/issues/42) > 第五步:用手机浏览器访问你要调试的页面即可。 From 0cb632dfd24d1d45b1b0d9ef27369da8c390b6c6 Mon Sep 17 00:00:00 2001 From: lixiang4u Date: Fri, 25 May 2018 22:28:47 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E5=AD=98=E6=94=BE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index c3c5282..6df2f73 100644 --- a/README_EN.md +++ b/README_EN.md @@ -46,7 +46,7 @@ Step 2: Input `spy-debugger` in the command line and input the address on the br Step 3: Set up proxy on the mobile device. The proxy IP address must be same to the PC device. the port must be `spy-debugger`'s start port(default port: 9888). -Step 4: Install certification to your mobile phone. **note: moblie device must be set up well the proxy first and browe `http://spydebugger.com/cert` by the default brower on the phone.[`(QR code)`](demo/img/QRCodeForCert.png)Install certification**(Only the first time need to install it.) +Step 4: Install certification to your mobile phone. **note: moblie device must be set up well the proxy first and browe `http://spydebugger.com/cert` by the default brower on the phone.Install certification**(Certification stores in: ~/node-mitmproxy, Only the first time need to install it.) Step 5: Use any installed browers on the mobile device to open the web page that you want to debugger or inspect. From 1f139f9a5c89e975818d16f0ebe1897501bfaa1a Mon Sep 17 00:00:00 2001 From: lixiang4u Date: Fri, 25 May 2018 22:29:19 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ff04db..cb89ff5 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Mac 下 - Android设置代理步骤:`设置 - WLAN - 长按选中网络 - 修改网络 - 高级 - 代理设置 - 手动` - iOS设置代理步骤:`设置 - 无线局域网 - 选中网络 - HTTP代理手动` > -第四步:手机安装证书。**注:手机必须先设置完代理后再通过(非微信)手机浏览器访问`http://s.xxx`[`(地址二维码)`](demo/img/QRCodeForCert.png)安装证书**(证书默认生成在:~/node-mitmproxy目录下,手机首次调试需要安装证书,已安装了证书的手机无需重复安装)。[问题:iOS `10.3.1`以上版本证书安装问题](https://github.com/wuchangming/spy-debugger/issues/42) +第四步:手机安装证书。**注:手机必须先设置完代理后再通过(非微信)手机浏览器访问`http://s.xxx`安装证书**(证书默认生成在:~/node-mitmproxy目录下,手机首次调试需要安装证书,已安装了证书的手机无需重复安装)。[问题:iOS `10.3.1`以上版本证书安装问题](https://github.com/wuchangming/spy-debugger/issues/42) > 第五步:用手机浏览器访问你要调试的页面即可。