bigup401 has asked for the wisdom of the Perl Monks concerning the following question:
request is missing required http header apikey
how can i add http header apikey in url post
my $http = HTTP::Tinyish->new(); my $res = $http->post("url", { headers => {'Content-Type' => 'application/json'}, Authorization => 'apikey jhtty657', content => #data, }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: http header
by huck (Prior) on May 07, 2017 at 23:20 UTC | |
by bigup401 (Pilgrim) on May 08, 2017 at 09:25 UTC | |
|
Re: http header
by nikosv (Deacon) on May 08, 2017 at 06:54 UTC | |
by tobyink (Canon) on May 08, 2017 at 08:59 UTC | |
by Anonymous Monk on May 08, 2017 at 17:52 UTC | |
|
Re: http header
by Anonymous Monk on May 07, 2017 at 21:38 UTC |