I\'ve used Jakarta commons HttpClient in another project and I would like the same wire logging output but using the \"standard\" HttpUrlConnection.
I\'ve used Fiddl
In Linux you can run the VM under strace:
strace -o strace.out -s 4096 -e trace=network -f java ...