This java based tutorial is designed to provide a basic overview of how to use HttpClient. Downloaded HttpClient and dependencies listed below that are required to put them on your classpath. httpclient-4.2.3.jar from http://hc.apache.org/downloads.cgi/li> commons-codec.jar from http://commons.apache.org/codec/ commons-logging.jar from http://commons.apache.org/logging/ junit.jar from http://www.junit.org/ The general process for using HttpClient consists of a number of steps: Create an instance of HttpClient. ... Read More »
Home > Tag Archives: user-agent
Tag Archives: user-agent
How To Set Fake User Agent
How to set fake user agent What is user agent? User agent is software agent that is acting on behalf of a user. For example, an email reader is a mail user agent, and in the Session Initiation Protocol (SIP), the term user agent refers to both end points of a communications session. User agent acts as a client in ... Read More »