To complete the accepted answer, if you want the default user agent use System.getProperty(“http.agent”)
client.getParams().setParameter(CoreProtocolPNames.USER_AGENT,
System.getProperty("http.agent"));
To complete the accepted answer, if you want the default user agent use System.getProperty(“http.agent”)
client.getParams().setParameter(CoreProtocolPNames.USER_AGENT,
System.getProperty("http.agent"));