Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Using LWP to automate a login

by zer (Deacon)
on Jul 29, 2007 at 18:56 UTC ( [id://629426]=note: print w/replies, xml ) Need Help??


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)); }

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://629426]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-24 20:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found