use strictures; use WWW::Mechanize; use URI; use MIME::Base64; my $endpoint = URI->new("http://bamboohost/rest/api/latest/result/projectname-planname-latest/label"); $endpoint->query_form( os_authType => "basic" ); # In case anonymonk is right. my $xml = <<'';