I'm trying to view Http requests I sent using Fiddler. I am on windows 8. I've enabled loopback on all visible apps. However, I am running app command line. I am running main of java app, and it does not see this traffic. Everything sent from browser is logged. But nothing from my java app? whats up with that? This is just a simple app issuing http calls from java Main(). Thats it.
Well I followed steps here: how to Capture https with fiddler, in java
But on windows it can't seem to find the keystore. For one thing it generated without and name extension. So I copied to FiddlerKeystore.jks
-DproxySet=true
-DtrustAnchors=true
-DproxyHost=127.0.0.1
-DproxyPort=8888
-Djavax.net.ssl.trustStore=c:\txi\FiddlerKeystore.jks \ tried with both one and two slashes
-Djavax.net.ssl.trustStorePassword=Guest1432