java - Fiddler not trapping results from Spring STS -
writing app in java consume restful service. getting errors back, want use fiddler trap traffic , see doing wrong. fiddler not trapping results, there need configure fiddler, or ide (spring sts)?
thanks br
most jvms must manually configured proxy http/https traffic.
http://www.fiddlerbook.com/fiddler/help/hookup.asp#q-javatraffic
jre -dproxyset=true -dhttp.proxyhost=127.0.0.1 -dhttp.proxyport=8888
Comments
Post a Comment