in reply to Re^4: Not sure how to use HTTP::Tiny
in thread Not sure how to use HTTP::Tiny
Try
pojuse MIME::Base64; my $headers = { Accept => "application/json", 'Content-Type' => "application/json", Authorization => "Basic ".encode_base64("user:password"), };
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Not sure how to use HTTP::Tiny
by huck (Prior) on May 21, 2018 at 21:01 UTC | |
by plx (Initiate) on May 21, 2018 at 21:52 UTC |