0

I'm trying to automate some tests on an iOS simulator, and I want to route traffic through browsermob proxy. As you can't set a proxy on the simulator, I think the best approach would be to route all of the traffic on the Mac it is running on through the proxy. How could I do this (through code)?

user650309
  • 2,142
  • 6
  • 25
  • 45

1 Answers1

0

In the end I used the standalone proxy and interacted with it via code using the REST API.

user650309
  • 2,142
  • 6
  • 25
  • 45