in reply to Re^2: https login using WWW::Mechanize
in thread https login using WWW::Mechanize

I think WWW::Mechanize already understands that from the URL provided.

What makes you think that? What have you done to test that hypothesis?

Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^4: https login using WWW::Mechanize
by baghu (Initiate) on Aug 09, 2010 at 17:04 UTC
    I was able to login to 'https//mail.yahoo.com' using the same code(which is secured). I dint have to mention anything about the protocols_allowed.
Re^4: https login using WWW::Mechanize
by Anonymous Monk on Aug 09, 2010 at 13:50 UTC
    calling protocols_allowed is completely unnecessary , by default all protocols are allowed and none are forbidden