![]() |
| ||
| LWP for login to an web application Hello friends , I have a problem like there is web application and i have to write a script that should login to the application and then move other parts of the application use HTTP::Request::Common qw(POST); when i try this code i am not able to login to the application it says 302 that is found , but with no data i want to do like if i post username/password with all required things then it should return the home page of the application and keep the connection live to move other parts of the application Thanks maxj |
| ||
| Re: LWP for login to an web application try print $res->content; rather then print $res->as_string. The only thing is that, if the post successful then it will retrieve the contents of that whole page as source code (HTML format). you can save the ref. to a string if need be. |
| All times are GMT -4. The time now is 10:26 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC