When using the DefaultHttpClient() from the Apache Commons HTTP Client, is it possible to show the full request in the console output for debugging purposes?
DefaultHttpClient()
When you execute the request you are passing somewhere HttpRequest object. It has method getAllHeaders()
getAllHeaders()