I am using
org.apache.http.impl.client.DefaultHttpClient
to login to websites through java.
How can I get the html source of the webpage after having logged in to a website.
I am using
org.apache.http.impl.client.DefaultHttpClient
to login to websites through java.
How can I get the html source of the webpage after having logged in to a website.
There is a code example here:
http://hc.apache.org/httpcomponents-client/httpclient/apidocs/org/apache/http/client/HttpClient.html