Thread LWP::UserAgent und 401 Unauthorized (45 answers)
Opened by bianca at 2013-06-12 21:07

jan
 2013-06-13 18:02
#168172 #168172
User since
2003-08-04
2536 Artikel
ModeratorIn
[Homepage] [default_avatar]
Hast Du mal geschaut, was genau LWP denn bekommt und sendet und das verglichen mit dem, was Firefox bekommt und sendet (LiveHTTPHeader o.ä.)?

Code: (dl )
1
2
3
4
  use LWP::UserAgent;
$ua = LWP::UserAgent->new;
$ua->add_handler("request_send", sub { shift->dump; return });
$ua->add_handler("response_done", sub { shift->dump; return });


mal so ganz minimalistisch.

View full thread LWP::UserAgent und 401 Unauthorized