Hi,
I have a curl request of the kind
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>,
"something"
)
Best,
Giuseppe