I'm trying to automate the set-up of re-write rules for charles proxy, I went through the documentation but I could not figure out a solution to automate this. Please let me know if it is possible to set-up the re-write rules from CLI and are there any mechanisms to automate this?
Asked
Active
Viewed 1,449 times
1 Answers
1
There is no proper cli, but you can access the control.charles browser interface via curl or a different tool. Check out http://www.charlesproxy.com/documentation/using-charles/web-interface/
I've used something like curl -x 127.0.0.1:${CHARLESPORT} http://control.charles/${ENDPOINT}
Sorry this response is so late.

jwonsever
- 26
- 3
-
Hello I am interested . How do you then view the SOAP requests after it's been done through charles proxy in a command line? – black sensei Oct 02 '14 at 17:38
-
anyone know of a way to programmatically install Charles root certificate? – Laser Hawk Dec 10 '16 at 21:13