in reply to Re^2: www::mechanize executable
in thread www::mechanize executable
Hello Corion, Yes I have noticed that the problem is only related to sites that have authentification. So for example hotmail.com (https://hotmail.com) will not work either. What I can't understand is that the script works fine whichever site I choose to parse.
But when I package the script it only works with none secured websites. For example www.google.com will get parsed by the packaged script (.exe) I debugged and the process stops exactly when I call the https site i.e. at line:
# Connect to the login page my $response = $bot->get( 'https://anyURLwithCredentials.com' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: www::mechanize executable
by Corion (Patriarch) on Oct 19, 2012 at 23:19 UTC | |
by jellisii2 (Hermit) on Dec 07, 2012 at 14:13 UTC |