in reply to curl http post using LWP::Curl
use Net::Curl::Easy qw(:constants); $lwpcurl->{agent}->setopt( CURLOPT_HEADERDATA, ['Content-Type:text/xml +'] ); # -> attempt your POST here.
This is not an optical illusion, it just looks like one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: curl http post using LWP::Curl
by wanderedinn (Sexton) on Jun 10, 2016 at 16:55 UTC | |
by Corion (Patriarch) on Jun 11, 2016 at 06:49 UTC | |
by wanderedinn (Sexton) on Jun 28, 2016 at 19:19 UTC |