Hi Jerry, > 1. Send a request to fetch http://www.tsp.gov/account/index.html > 2. Send a request to fetch https://tspweb2.tspsec.tsp.gov/login2.htm > > > > Sorry to be so dense, Roland. I am still somewhat of a newbie. Is there a > fetch(URL url) method in HttpClient? What method should I use to do a > "fetch"?
You'll find the tutorial quite useful: http://jakarta.apache.org/commons/httpclient/tutorial.html If you're simulating browser behavior, you should use GetMethod for everything except <form method="POST" ...> in the HTML. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
