Is there any way to read charles proxy session programmatically using Java ? Basically I want to read specific logs from Charles proxy but my question is how can I start and save charles session so that I can read the data from the saved file using Java. Any help is highly apprecited. FYI, I have searched in this site but most of the questions were unanswered.
Asked
Active
Viewed 1,159 times
-2
-
what is the reason of voting me down ? – mizan rahman Jun 06 '17 at 15:49
-
seems to be a kind of weird thing to do... You should probably search for a better solution instead of launching CharlesProxy from your Java application. – Lluís Suñol Jul 05 '17 at 15:25
-
Did my solution worked for you? if so, please mark it as valid. – Lluís Suñol Jan 25 '19 at 11:05
1 Answers
0
I would say that your only option is to launch Charles as an external program from your java source code. Take a look at how to do it here.

Lluís Suñol
- 3,466
- 3
- 22
- 33