I am trying to debug a Java class that Jsoup uses to send and receive http traffic using Charles Debugging proxy, but Charles does not detect any traffic. What I want to do is to check the traffic that my application sends and receives (basically, sends).
I know that the connection works, since I can print the HTML returned by my requests, and I set the "Active Provider" network connection to native, port and host that I installed in Charles .... is something missing? Is there a better way to do this?
I must add that the Eclipse message for checking for updates causes Charles to select this traffic !?
Thanks in advance!
source
share