Accessing form-based authentication site; j_security_check; httpclient?
843811Aug 13 2004 — edited Mar 19 2009Can anyone help? I am trying to access a website that uses j_security_check - form-based authentication.
I can login fine manually, but cannot get in from my java program.
I tried posting the username and password to j_security_check, the login.jsp and the controller page, but I keep getting redirected back to the login page or a 400 error.
Does anyone know how to do this?