in reply to How to pass credentials through REST::Client

See https://metacpan.org/pod/LWP::UserAgent#get_basic_credentials, https://metacpan.org/pod/LWP::UserAgent#credentials

$client->getUseragent()->credentials("www.example.com:80", "Some Realm +", "foo", "secret");

Also http://search.cpan.org/perldoc/REST::Client#pkcs12

Replies are listed 'Best First'.
Re^2: How to pass credentials through REST::Client
by thanos1983 (Parson) on Apr 06, 2018 at 10:10 UTC

    Hello Anonymous Monk,

    Thanks a lot that is exactly what I was looking for.

    BR / Thanos

    Seeking for Perl wisdom...on the process of learning...not there...yet!