04 2013 档案
摘要:From http://stackoverflow.com/questions/9620720/fiddler-not-capturing-http-requests-from-java-applicationYou can simply set Fiddler as HTTP proxy for your application by setting the propertieshttp.proxyHost to localhost and http.proxyPort to 8888 for HTTP traffic and https.proxyHost / https.proxyPor
阅读全文