My app is under development running in an emulator and I need to route traffic through Fiddler now and then to inspect and test.
How do I make the HttpURLConnection
class to simply follow the PC's proxy settings instead of having to set a proxy in code?
It is easier to press F12 to turn Fiddler on/off than to add code and use a config file.