http://tstzmgqansvqfzr3qrkehszmlhjqbpqp7pwncrzr72ohyygrnbuu26qd.onion/git/ap-client/commit/5326f738474bb89d6d5072a9dd615243c9cacfa4.html
$ARGV[0] . q{" Doesn't matches user@host}; + +my $req = HTTP::Request->new( + GET => "https://$host/.well-known/webfinger?resource=acct:$user\@$host"); +$req->header('Accept' => 'application/json,application/xml'); + +my $res = $ua->request($req); + +if ($res->is_success) { + print $res->content; +} else { + print STDERR "Got ", $res->status_line, " instead of 2xx\n"; + exit 1; +} Please contact me by any means for patches , issues(tracker will maybe be added oneday), or...