Java client and form-based security
I wrote a Java client app (e.g. command line app) that connects to a web site via http to download (get) a file. Works good for most situations until I tried to get a file that is protected usign form based authentication. I can't figure out how I'm supposed to deal with this. I was able to deal with basic authentication easy enough. I've Googled for the info but can't find what I need.Anyone else ever do this? How's it done?

