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