![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re^4: LWP::UserAgent doesn't send my HTTP::Cookiesby Corion (Patriarch) |
on Jul 05, 2016 at 11:22 UTC ( #1167229=note: print w/replies, xml ) | Need Help?? |
Most likely you can easily swap out WWW::Mechanize for your hand-rolled version of the user agent. If it works with WWW::Mechanize, then something is weird in your cookie handling. You haven't shown whether the cookie has some path or something that would restrict it from being sent. See below for code by Anonymous Monk that outputs some more debug information.
In Section
Seekers of Perl Wisdom
|
|