in reply to http header

How did you add the Content-Type header?

my $res = $http->post("url", { headers => {'Content-Type' => 'application/json' ,apikey=>' jhtty657' }, content => #data, } );

Replies are listed 'Best First'.
Re^2: http header
by bigup401 (Pilgrim) on May 08, 2017 at 09:25 UTC

    thanks guys it was helpful worked