Re: FORM authentication - prevent login from popping up

2004-04-05 Thread Adam Hardy
To do a login programmatically via form-based authentication, you would need to watch for the login form being returned that has a submit action to j_security_check. You must submit that with the correct headers and form element parameters - j_username and j_password. Adam On 04/04/2004 11:20

FORM authentication - prevent login from popping up

2004-04-04 Thread Malcolm Warren
I'm switching from Basic (with SSL) to Form authentication (also with SSL of course). This has caused a problem with one particular application, which opens a socket on a .jsp page, collects the html code and saves it disk. The html code is then later used by a fax application to send a fax. W