Hello folks,
I first connect to a site and then make a GET request.
after authentication the site has a GET request code as;
/nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4 HTTP/1.0
when I put
GetMethod get = new
GetMethod("/nic/update?hostname=mytest.testdomain.com&myip=1.2.3.4");
I get the following erros;
host parameter is null;
where am I going wrong ? or why is httpclient not able to handle this ?
Thanks for any help
bashiro
_______________________________________________
No banners. No pop-ups. No kidding.
Make My Way your home on the Web - http://www.myway.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]