I am using a virtual pc from my office, in which I want to test with charles.
That Windows OS uses a proxy for connecting to net.
In Charles software, When I uncheck the "enable windows proxy" checkbox, I am able to connect to the internet, but connections from localhost are not recorded!
When I check it, I get,
Charles Error Report
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>
Though I get this error, when "enable windows proxy" checkbox is checked I am able to record localhost requests!.
Why is this?
In External Proxy Settings, "use External proxy" is enabled, which when unchecked -internet works but not recording.
My aim is to capture all requests sent by softwares from OS other than a browser.
How to do it? pls help.
Thanks