我正在使用我办公室的虚拟电脑,我想在其中与 charles 一起测试。
该 Windows 操作系统使用代理连接到网络。
在 Charles 软件中,当我取消选中“启用 Windows 代理”复选框时,我可以连接到互联网,但来自 localhost 的连接没有被记录!
当我检查它时,我得到,
查尔斯错误报告
Name lookup failed for external proxy server
Charles failed to resolve the name of your external proxy server into an IP address.
Check your external proxy configuration in the External Proxy Settings.
The actual exception reported was:
java.net.UnknownHostException: http://webproxy.****.***.*****.net<br>
尽管我遇到了此错误,但是当检查“启用Windows Proxy”复选框时,我可以记录Localhost请求!
为什么是这样?
在外部代理设置中,启用了“使用外部代理”,当未选中时,-internet 工作但不记录。
我的目标是捕获除浏览器以外的操作系统软件发送的所有请求。
怎么做?请帮忙。
谢谢