Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. roshik

    Posting with HttpClient

    stefanwagner, I'm sorry, are u telling me that I am not printing out what is in the exception u have pointed out? Well even when i do printStackTrace(), there is no exception. The message I get is: 18-Jun-2005 02:09:29 org.apache.commons.httpclient.HttpMethodBase getResponseBody WARNING: Going...
  2. roshik

    Posting with HttpClient

    Please could someone help me. Why does the following code not work? It keeps reloading the same page instead of going on to the next page. import java.io.File; import java.io.FileWriter; import java.io.IOException; import org.apache.commons.httpclient.*; import...
  3. roshik

    Posting username and password to login automatically

    Hi I've been trying to login to a web page (for example yahoo mail) by posting the username and password in the URL. Once I tried using HttpClient and then again java.IO and java.net but the same login page keeps re-loading. Can someone please help me with some code to show how I can go on to...

Part and Inventory Search

Back
Top