Re: Automatic form log in

2004-02-15 Thread Oleg Kalnichevski
Kaushik, Usually java.net.UnknownHostException means that your DNS cannot resolve a host name to its respective IP address. This problem has nothing to do with form-based login or HttpClient as such. Please make sure that your TCP/IP stack is setup properly. Oleg On Sat, 2004-02-14 at 02:09,

Automatic form log in

2004-02-13 Thread Kaushik Lakshmanan
Hello, I am trying to uses the FormLoginDemo.java example to log on to automate logging in to a website. There are couple of parameters that I have set in the program static final String LOGON_SITE = http://www.imdb.com/register/login;; static final intLOGON_PORT = 80; The other