Force java web start to use a proxy like Fiddler without touching code
问题 For a automatic software project i need some requests and responses from a Java Web Start application. So i installed Fiddler Web Debugger and then i tried to use this fiddler proxy to sniff all requests. The problem is the Java Web Start application. I added this to the .jnlp file and hoped that it works... It doesnt! :( <property name="http.proxyHost" value="127.0.0.1"/> <property name="http.proxyPort" value="8888"/> The application would ignore it. Then i tried to set up the Java settings.