Hi,

I'm trying to login to my yahoo account with HttpClient 4.02b, but not being
successful. The problem I found it browser compatibility. But I could not
find any docs on how to fix this.

I am triying this:

HttpPost httpost = new HttpPost("https://login.yahoo.com/config/login?";);
httpost.setHeader("httpclient.useragent", "Mozilla/5.0 (compatible; MSIE
7.0; Windows 2000)");


Is this the correct way? If not what is it??


Thank you so much!!

Manny

Reply via email to