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, }
In reply to http header by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |