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 |