in reply to Re: Multiple Step Login in Perl
in thread Multiple Step Login in Perl
Hi Corion,
It seems I could login now by changing the way it does the POST, just like you said!
Following the second point you mentioned, I changed to use a formal HTTP::Request::Common method to do the post with all the form parameters I could get, and it eventually become able to get the next web page!
The SOAP::Lite does look more professional for dealing with SOAP requests. It is appearing to me, but I guess I need bit more time to learn how to put into use.
Thank you very much for inspecting on each of the suspicious points from my program!
Have a nice day