java - How to make HttpURLConnection use the PC's proxy and not via code? -
my app under development running in emulator , need route traffic through fiddler , inspect , test.
how make httpurlconnection
class follow pc's proxy settings instead of having set proxy in code?
it easier press f12 turn fiddler on/off add code , use config file.
Comments
Post a Comment