http://qs1969.pair.com?node_id=629426


in reply to Using LWP to automate a login

this appears to be an ajax script

A proxy can help you listen to what is being sent back and forth. The java probably does something with the return value that you may not have included in the code such as an xml file. Again a proxy can help you get more information especially if there is a filter feature.

sendDataToServer ("post_login.cgi?data=" + convertToBase64(a), loginReturnValue) alert (loginReturnValue); alert (convertToBase64(a)); }