in reply to Re^3: Not sure how to use HTTP::Tiny
in thread Not sure how to use HTTP::Tiny
I get the same result (401) with my $headers = { Accept => "application/json", 'Content-Type' => "application/json", Authorization => "Authorization: Basic ".encode_base +64("user:password") };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Not sure how to use HTTP::Tiny
by poj (Abbot) on May 21, 2018 at 20:50 UTC | |
by huck (Prior) on May 21, 2018 at 21:01 UTC | |
by plx (Initiate) on May 21, 2018 at 21:52 UTC |