I would like to send a POST from MQL4-script, using a JSON-format to a Node-server.
POST
MQL4
I\'ve tried the webReque
webReque
Have you tried setting the headers like this:
headers = "Content-Type: application/json\r\n";
?