18 Oct
2019
18 Oct
'19
4:38 p.m.
Hi, I have a curl request of the kind curl --data "something" http://something <http://something/> which I would like to perform using the HTTP module, but I cannot specify the data argument in the query. Any help? The following does not work: http:send-request(<http:request method="post"></http:request>, 'http://something' , "something" ) Best, Giuseppe