-2

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.

mizan rahman
  • 59
  • 1
  • 10

1 Answers1

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