I am attempting to log into a site that requires cookies, yet every time I run HTTPUnit, I get a response from the server telling me the browser is refusing cookies.
I have checked ClientProperties.isAcceptCookies(), and this returns true.
Am I doing something wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As an addendum to my previous message, I am attempting to login into Yahoo's site. I'm using HTTPUnit to assist in some automated information updates my Yahoo account.
I am attempting to login to http://login.yahoo.com and am unsuccessful. Any help is greatly appreciated.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am attempting to log into a site that requires cookies, yet every time I run HTTPUnit, I get a response from the server telling me the browser is refusing cookies.
I have checked ClientProperties.isAcceptCookies(), and this returns true.
Am I doing something wrong?
As an addendum to my previous message, I am attempting to login into Yahoo's site. I'm using HTTPUnit to assist in some automated information updates my Yahoo account.
I am attempting to login to http://login.yahoo.com and am unsuccessful. Any help is greatly appreciated.
Thanks!
Nevermind. I'm an idiot. The problem is that I wasn't running HTTPUnit 1.6. I had the previous version, which must have a bug in it.