You should really try and send the MD5 password, not the clear text password.
The system is not really designed to provided a verification service like you want, but I think if you POST the request and check the returned data from the server - then if you ignore the http contents and just check the cookie header - if the login was valid then two cookie values should be returned (userid and cookie password).
|